© 2023 Hashnode
#react-native-app-development
I recommend going through the previous blogs of this Series: https://maroofs.hashnode.dev/series/react-native-development NOTE: If you have done any misconfiguration with the Usb or Wireless Debugging and want to revert it back. In your An…
Flutter and React Native are two of the most popular cross-platform mobile app development frameworks. While Flutter is developed by Google, React Native is developed by Facebook. Both frameworks have their own unique features and advantage…
Hey there, mobile app builders! Are you tired of spending hours upon hours creating the same UI components for your React Native apps? Trust us, we feel your pain. That's why we've put together a list…
Hey folks, today we'll look into the folder structure of a react-native boilerplate application. So let's get into it. _tests The tests folder contains all the files used to test our application. T…
If you are a developer, you must have come across this situation where your application build failed with errors. It can be really frustrating, especially when you are not sure about the root cause of the problem. In this article, we will d…
What is Stack Navigation? React Native Stack Navigation is a navigation system that allows you to navigate between screens in a stack. The stack navigation system is built on top of the React Navigation library and provides a simple and eff…
Hey friends, welcome back to my React Native series. I hope you are enjoying this series and learning from it. So till now, we have got enough knowledge about React Native and we have created a small app to enable the Dark mode-like feature…
Previously I wrote about react native getting started guide in 2020 How to run your first React Native App on macOS for iOS devices But a lot is changed since 2020. So here is the focus to running you…
React and React Native are two popular technologies in software development. React is a JavaScript library for building user interfaces, while React Native is a framework for building cross-platform m…
Are you tired of staring at a boring white screen while your React Native app loads? Well, fear not! In this article, we'll be diving into how to create a splash screen with a cool animation that'll m…