A cross platform (iOS and Android) React Native news app. This example was put together for React Native by Example. Get started learning & mastering React Native for free!
Note: Be sure you have the React Native CLI installed on your system.
git clone https://github.com/ReactNativeSchool/react-native-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
This project was put together to serve as an example to help you in building your own React Native apps. Feel free to download it and tinker with it!
If you're interested in learning more about React Native be sure to visit React Native School for dozens of React Native tutorials!