NewYork Times articles search
Instal node modules using either yarn or npm
npm i
install pods using
cd ios; pod install; cd ..
or for m1 processors
cd ios; arch -x86_64 pod install; cd ..
download auth server from this link and follow setup instructions
For android run
npx react-native run-android
or for ios
npx react-native run-ios
#TODO's
- general improvements
- test cases underway