Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 515 Bytes

nyt-react-native

NewYork Times articles search

setup

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

running

For android run

npx react-native run-android

or for ios

npx react-native run-ios

#TODO's

  • general improvements
  • test cases underway