React Native Touchables Touchable components provide the capability to capture the tapping functionality. The touchables component can be implemented as an alternative…
webview
-
-
React Native Animation React Native Animations provide an extra effect and great user experience in the app. Animations convey physically believable motion…
-
React Native Passing Value between Screen While creating an app containing multiple screens, then sometimes it is required to pass value between…
-
React Native Button Most users interact with mobile through touches. There are combinations of gestures that work on it, such as tapping…
-
React Native Picker React Native Picker is component which is used to select an item from the multiple choices. This is the…
-
React Native Configuring Header Bar The static property of a screen component is called navaigationOptions. It is either an object or a…
-
React Native Positioning Element with Flex In the previous article Layout and Flexbox, we discuss about the Flexbox and its properties. In…
-
React Native Create Material Bottom Tab Navigator The material style provides an extra designing effect to tab bar at the bottom of…
-
React Native ProgressBar With Animated In the previous tutorial of ProgressBarAndroid we learn how to display the default progress bar. However, we…
-
React Native Top Tab Navigator(createMaterialTopTabNavigator) The material style createMaterialTopTabNavigator is used to create tab navigator on the top of the screen. It…