Nobody likes to wait for their app build to complete before going home. Automate CI/CD for your React Native app using GitHub Actions.
Syncing data outside a mobile device is a common feature for offline React Native apps. WatermelonDB comes with this feature out of the box.
Testing user behavior is crucial for delivering great products, and React Native Testing Library makes it a joy.
Sometimes we don’t really need to be connected to the internet to provide a fully functional and useful app.
We walk through building a complete app, with authentication and payment processing, using React Native (with Expo), UI Kitten, Stripe, and AdonisJs.
We are going to use a React Native community package, called react-native-viewpager, that allows us to swipe left or right between different pages where each page has some data to display.
Formik and Yup offer an easy, understandable, and extensible solution to handling forms in React and React Native.
Get hands-on with React Native for macOS, built on the original React Native project to include the desktop environment on a Mac.
React Native 0.63 features a completely redesigned error, warnings, and logging system. Here’s everything you need to know about LogBox.
With NativeBase components, you don’t have to create fundamental components such as buttons, containers, and lists from scratch. This enables you to work more efficiently on the business logic and not worry too much about the UI design of your React Native app.
React Native’s ScrollView component is ubiquitous — but so are implementation mistakes. Learn what to look out for.
This post compares React Native, Flutter, Xamarin, Ionic, and NativeScript based on setup, documentation, hot reloading, and debugging.