How to add a Search bar in a FlatList in React Native apps
A tutorial on implementing a search bar within a FlatList component in a React Native application, using Expo and UI Kitten.
A tutorial on implementing a search bar within a FlatList component in a React Native application, using Expo and UI Kitten.
A tutorial on nesting Tab and Stack navigators in React Native/Expo apps using react-navigation, covering setup, configuration, and screen options.
A tutorial on implementing Stack Navigator using the latest react-navigation 5 library in React Native and Expo applications.
A tutorial on building a React Native mobile app using Expo and React Hooks for cross-platform development in 2020.
A tutorial on implementing a Forgot Password feature in a React Native app using Firebase for authentication and password reset emails.
A tutorial on implementing Firebase authentication in React Native/Expo apps using the Context API to manage state without prop drilling.
A tutorial on building a React Native todo app with offline data persistence using AsyncStorage and NativeBase UI components.
A tutorial on building a toy xylophone mobile app using React Native, Expo, and the Expo Audio API for playing sound files.
A tutorial on implementing user authentication in a React Native and Expo app using AWS Amplify's built-in authentication features.
A tutorial on building a React Native mobile app using AWS Amplify for serverless backend services like authentication and GraphQL APIs.
Tutorial on building a React Native app that uses Google Vision API to detect logos in images in real time.
Tutorial on building a React Native app that uses Google Cloud Vision API for image recognition, including Firebase setup.
A tutorial on implementing Geolocation API and managing app permissions in React Native apps using both Expo and react-native-cli.
A tutorial on building a theme-switching React Native app using Redux for state management and React Navigation.
A tutorial on integrating Redux for state management in React Native and Expo applications, explaining its necessity and basic setup.
A developer shares their experience using Expo with React Native, highlighting its benefits for simplifying native integrations and app distribution.
A tutorial on building a minimalist weather app with React Native and Expo XDE, covering setup, real-time data fetching, and deployment.
A tutorial on integrating Lottie animations into a React Native app using Expo, covering setup, installation, and basic animation control.