Why no expo -> https://docs.expo.dev/introduction/why-not-expo/
npm install -g react-native-cli
if required install watchman and nodenbrew install node
nbrew install watchman
- clone repository
- Go root folder and run
yarn & cd ios & pod install
- To run
yarn ios
- To clean project build cache
yarn ios:clean
yarn run lint
- jest and
- @testing-library/react-native
- to tun test
yarn test