FeedExercise React Native test exercise
- react-native 0.61.5
- react 16.9.0
- redux 4.0.5
- react-navigation 4.1.1
- Clone the repo
git clone [email protected]:FallenDestiny/FeedExercise.git
- Install dependencies and perform initial app setup
npm install
- Install cocoapods
cd ios
pod install
- Run the app
npx react-native run-ios