This is a twitter clone built with React-Native. This app contains some screens of twitter app.
- Download and install JDK (v7 or newer)
- Download and install Node
- Download and install Android Studio
- Create an environment variable with the Java SDK path
- Set up an Android virtual device
- Run
npm install -g react-native-cli
- Clone this repo
https://github.com/niyasns/hasura_t1.git
- Enter the project folder
- run
yarn install
- Ensure an emultor is live using
adb devices
command - Run
react-native run-android
- ReactNative - The native mobile framework
- NativeBase - UI library for React Native