Core Components and APIs

 Core Components and APIs

Respond Local gives various implicit Center Parts prepared for you to use in your application. You can track down them all in the left sidebar (or menu above, in the event that you are on a restricted screen). On the off chance that you don't know where to get everything rolling, investigate the accompanying classifications:

Core Components and APIs
Core Components and APIs


1 - Basic Components

2 - User Interface

3 - List Views

4 - Android-specific

5 - iOS-specific

6 - Others


You're not restricted to the parts and APIs packaged with Respond Local. Respond Local has a local area of thousands of designers. Assuming that you're searching for a library that accomplishes something explicit, if it's not too much trouble, allude to this aide about tracking down libraries.



Basic Components


Most apps will end up using one of these basic components.

View
The most fundamental component for building a UI.

Text
A component for displaying text.

Image
A component for displaying images.

TextInput
A component for inputting text into the app via a keyboard.

ScrollView
Provides a scrolling container that can host multiple components and views.

StyleSheet
Provides an abstraction layer similar to CSS stylesheets.


User Interface


These common user interface controls will render on any platform.

Button
A basic button component for handling touches that should render nicely on any platform.

Switch
Renders a boolean input.

List Views


Not at all like the more nonexclusive ScrollView, the accompanying rundown view parts just render components that are as of now appearing on the screen. This goes with them a performant decision for showing considerable arrangements of information.

FlatList
A component for rendering performant scrollable lists.

SectionList
Like FlatList, but for sectioned lists.


Android Components and APIs


Many of the following components provide wrappers for commonly used Android classes.

BackHandler
Detect hardware button presses for back navigation.

DrawerLayoutAndroid
Renders a DrawerLayout on Android.

PermissionsAndroid
Provides access to the permissions model introduced in Android M.

ToastAndroid
Create an Android Toast alert.


iOS Components and APIs

Many of the following components provide wrappers for commonly used UIKit classes.

ActionSheetIOS
API to display an iOS action sheet or share sheet.


Others


These parts might be valuable for specific applications. For a comprehensive rundown of parts and APIs, look at the sidebar to one side (or menu above, on the off chance that you are on a limited screen).



ActivityIndicator
Displays a circular loading indicator.

Alert
Launches an alert dialog with the specified title and message.

Animated
A library for creating fluid, powerful animations that are easy to build and maintain.

Dimensions
Provides an interface for getting device dimensions.

KeyboardAvoidingView
Provides a view that moves out of the way of the virtual keyboard automatically.

Linking
Provides a general interface to interact with both incoming and outgoing app links.

Modal
Provides a simple way to present content above an enclosing view.

PixelRatio
Provides access to the device pixel density.

RefreshControl
This component is used inside a ScrollView to add pull to refresh functionality.

StatusBar
Component to control the app status bar.




I hope You really enjoyed this blog . I try my best to make every thing is easy and helpfull to provide to public .You will get more blog about the Programing project and code . Thanks for visiting my blog if you have any querry related to this you can comment here i will try my best to response you back



Comments