- React Native Navigation WIXHow to install react native navigation RNN, and use side menu, bottom tabs, and top tabs. RNN doesn't support top tabs in v 7.1.1, we will use react-native-tab-view. Also, we will use react-native-navigation-hooks because we will use functional component.
- How to create an image carousel with a lightboxThis post explains how to make an image carousel with a package react-native-looped-carousel and an image modal lightbox with package react-native-lightbox. We will use the package react-native-fast-image for better optimization.
- WebView in React Native with embed examplesIf we have in API HTML tags that we get from a text editor or if we need to display iframe from social networks like youtube, twitter, facebook, instagram we will use webview with static HTML in source.
- Fetching API data in React NativeReact Native provides the Fetch API for your networking needs. Fetch will seem familiar if you have used XMLHttpRequest or other networking APIs before. You may refer to MDN's guide on Using Fetch for additional information.
- React native navigation v5React Navigation is made up of some core utilities and those are then used by navigators to create the navigation structure in your app.
- What is React Native and installationCreate native apps for Android and iOS using React