Skip to content

neonsec/fbdevcircle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

fbdevcircle

Dev Setup for React Native

Setup environment for React Native (Prefered way for Code along)

  • Download and Install Node.js and npm
  • Install Android Studio if you want to use react native on Android
  • Install Xcode for iOS
  • Set $JAVA_HOME environmental properly
  • Install react-native-cli
$ sudo npm install -g react-native-cli

Alternative way to setup environment (Follow this if you are not able to setup the above env)

  • Install Expo (110MB) Expo and it doesn't require Android Studio/ Xcode

Testing the environment

Creating react native project:

$ react-native init fbdevcircle

cd to the project directory:

$ cd fbdevcircle

Install dependency:

$  npm install

Running the server:

$ react-native start

In another tab:

$ cd android/
$ sudo ./gradlew assembleDebug

if you see build successfull in the terminal, your good to go. Ping me @ fahidroid@gmail.com if you are not able to setup

Refer this docs: https://facebook.github.io/react-native/docs/getting-started.html#installing-dependencies

For Account Kit:

  • Active FB Account

About

Dev Setup for React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published