React Native Tutorial – Project Structure, IDE and Basic UI Elements

react native tutorial

Hello folks! This is the second post on React Native Tutorial. In this post, we are going to learn about the project structure of a react native project, what IDE we should use and using some basic layout elements such as Text (to display certain text), Button (you know it) and View (to encapsulate the …

Read moreReact Native Tutorial – Project Structure, IDE and Basic UI Elements

React Native for Android Tutorial for Beginners

React Native for Android Tutorial for Beginners

React Native is a framework that is used to build native apps using  react. The apps built on react native would work on both Android and iOS with performance better than that of a hybrid app, almost close to native apps. But here we will be focusing on React Native for Android. For those switching …

Read moreReact Native for Android Tutorial for Beginners