Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 566 Bytes

Readme.md

File metadata and controls

29 lines (19 loc) · 566 Bytes

Movies

No expo for this project, use react native cli

Cli setup

  • npm install -g react-native-cli if required install watchman and node
    • nbrew install node
    • nbrew install watchman

Project setup

  • clone repository
  • Go root folder and run yarn & cd ios & pod install
  • To run yarn ios
  • To clean project build cache yarn ios:clean

To check lint errors

yarn run lint

Unit test dependency

  • jest and
  • @testing-library/react-native
  • to tun test yarn test