Skip to content

NewYork Times app built using React-Native, TypeScript, Redux, Native-Base

License

Notifications You must be signed in to change notification settings

mak12/nyt-react-native

Repository files navigation

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

About

NewYork Times app built using React-Native, TypeScript, Redux, Native-Base

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published