React Native for beginners
▻https://hackernoon.com/react-native-for-beginners-fb3095968acf?source=rss----3a8144eabfe3---4
Learn React Native: introduction, Navigation, Data Storage, and a Native moduleReact Native LogoThis is part of the series React Native for Beginners and this article is the first installment towards it. It is assumed that you already know React.The best way to learn anything is by doing it!As a #tech enthusiast, I always try to look for opportunities to learn new tools and tech. So when my brother wanted a native IOS app, it was a perfect opportunity to learn the famous React Native.While creating the App, I learned about different components such as Navigation, Storing data, Calling APIs, and etc. Each are very important and I will explain each of them. One can create any application using these components.What we are going to cover?Create a Native App QR Scanner that scans a QR code, (...)