React Native Modal The React Native Modal is a type of View component which is used to present the content above an…
react native status bar
-
-
React Native Splash Screen Splash Screen is a view which contains Text or Images that shows when the app first starts. It…
-
Box shadow in React Native In React Native, applying box shadows is not easy. Because the developers build for both the Android…
-
React Native AsyncStorage React Native AsyncStorage is a simple, unencrypted, asynchronous, persistent, storage system which stores the data globally in the app.…
-
React Native Drawer Navigation (createDrawerNavigator) React Native Drawer Navigation is an UI panel which displays the app’s navigation menu. By default it…
-
React Native IAP The react-native module will help us access the phone’s in-app purchase capabilities on Android and iOS platforms of the…
-
React-Native Localization Localization is locating a character or restricting it to a particular place. In the case of application development, it is…