Hi reader, after a long time I am writing a technical blog. Today I am starting learning React Native. So, I thought about writing a blog would be worth remembering when I reflect back.
React Native is a cross platform based building technique to build applications. Since I am using linux for a long time, this guide is based over fedora linux.\
Prerequisites to for creating React Native application:
NodeJS
Java Development Kit (JDK)
Android Studio
You need to install NodeJS, the installation steps are simple just go to nodeJS website and download it.
For JDK, I am using OpenJDK, it is open source, you can also download it from Oracle JDK too.
For Android Studio, you can download it from android studio website and then the comes to its installation process.
Extract the tar zip file, then move it into /opt/ folder. Then create a local desktop icon to access and run it to test.
For Reference, visit website of React Native.
NOTE: This guide will be updated soon ..
#react-native
#software-development
#developer
#installation-guide
#facebook