Posts

React Native - Installation and Setup

Hey Guys!! Good Day! Basically I am an Android Developer who's doing stuffs in Java/Kotlin. So naturally, I am not curious about hybrid apps because of it lack of look and feel. Until, I have read about React Native somewhere and get to know that is not using webview to render other views like TextView, ListView, etc.  So How it's working? It uses native components in both IOS and Android depends on its platform. Interesting right? Yeah it is. Definitely, it bridges the lack of look and feel in Cross-platform apps. Okay. Good. How can I start that? React Native has its own pretty good documentation. You can to the link,  https://facebook.github.io/react-native/docs/getting-started.html  and check it out. Let's Install  Actually, we can install it in two ways: (i) With Create Native React App - For purely javascript code (ii) With React Native CLI - For both javascript and native code (i) With Create Native React App In this way, we do