Styling The React Native Way
A tutorial exploring different methods to style React Native mobile applications using JavaScript and built-in components.
A tutorial exploring different methods to style React Native mobile applications using JavaScript and built-in components.
Tutorial on creating a custom React Native hook to dynamically change status bar styles based on screen focus and background color.
A tutorial on building a React Native app with Expo to track quarantine days, covering custom fonts, date pickers, and Moment.js.
Part 5 of a React Native chat app tutorial, covering real-time messaging with Firebase Firestore, user authentication, and data fetching.
A tutorial on creating custom wavy header designs in React Native apps using the react-native-svg library for scalable vector graphics.
Part 4 of a React Native tutorial series on building a chat app, focusing on implementing chat UI screens using the react-native-gifted-chat library.
A developer shares key lessons learned from transitioning to React, focusing on its nature as a UI library and the shift in mindset required.
Part 3 of a React Native chat app tutorial: creating Firestore collections for chat rooms and implementing navigation with modals.
Tutorial on implementing Firebase email authentication in a React Native chat app using react-native-firebase.
A tutorial on implementing a search bar within a FlatList component in a React Native application, using Expo and UI Kitten.
A tutorial on building reusable UI form components for a React Native chat app using react-native-paper and modern libraries.
A tutorial on creating a custom React Native hook to dynamically change status bar styles per screen using React Navigation.
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 implementing and managing navigation within WebView components in React Native applications using the react-native-webview package.
A tutorial on building a React Native mobile app using Expo and React Hooks for cross-platform development in 2020.
A tutorial on implementing internationalization (i18n) in React Native apps using the react-native-localize and i18n-js libraries.
A tutorial on implementing local and remote push notifications for Android apps using React Native and Firebase.
A tutorial on handling various input field types like checkboxes and password confirmations in React Native forms using Formik and Yup for validation.
A tutorial on implementing a Forgot Password feature in a React Native app using Firebase for authentication and password reset emails.