In Ny Times app user can see most popular News and Articles. User can choose any Artile and News from the Home Screen and see the detailed news in detail screen.
In this app I have used Yarn. So here are few setps to setup it app at your end.
- Open terminal
- yarn install
- cd ios && pod install
- cd ..
- react-native run-android //- For Android only.
- react-native run-ios // - For iOS only.