A cross platform (iOS and Android) React Native news app.
Note: Be sure you have the React Native CLI installed on your system.
git clone https://github.com/sundev207/rn-social-media-app.git
cd mobile
yarn install
/npm install
(cd ios && pod install)
cd ../server
yarn install
/npm install
cd mobile
yarn run ios
/npm run ios
oryarn run android
/npm run android
cd server
yarn dev