Share React Native components to multiple projects
Explores methods for sharing React Native components across multiple projects, including Git submodules and Babel/Metro configuration.
Explores methods for sharing React Native components across multiple projects, including Git submodules and Babel/Metro configuration.
A tutorial on implementing image classification in a React Native app using TensorFlow.js and the MobileNet pre-trained model.
A tutorial on building and validating login and signup forms in React Native using the Formik and Yup libraries.
A tutorial on implementing dynamic theme switching in React Native apps using Styled Components and Redux for state management.
A tutorial on implementing Firebase authentication in React Native/Expo apps using the Context API to manage state without prop drilling.
A tutorial on implementing authentication flow in React Native apps using React Navigation 4.x, covering setup, navigation patterns, and screen management.
A tutorial on building a functional audio player in React Native using the expo-av module for media playback.
A tutorial on building a React Native app that uses Google's Vision API to classify images as 'hotdog' or 'not hotdog', inspired by HBO's Silicon Valley.
A tutorial on building a React Native todo app with offline data persistence using AsyncStorage and NativeBase UI components.
A tutorial on implementing the Geolocation API in a React Native app to build a weather application, covering permissions and data fetching.
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 building an animated custom modal in React Native using the Animated API, including setup, Redux integration, and step-by-step instructions.
A tutorial on using the Emotion-JS CSS-in-JS library to style React Native applications, covering setup and basic usage.
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.
A tutorial on using React Hooks to build a Todo List app in React Native, covering setup, common hooks, and flexbox.
A tutorial on building a VR application using ViroReact, React Native, and the Crowdbotics platform for project generation.
A tutorial on building a conversational chatbot from scratch using Google's Dialogflow and React Native for a cross-platform mobile app.
Tutorial on building a React Native app that uses Google Vision API to detect logos in images in real time.
A tutorial on using the Styled Components CSS-in-JS library to style applications in React Native, covering installation and basic usage.