To install project yarn install Run Project react-native run-ios react-native run-android Install pods rm -rf ios/Pods && rm -rf ios/build && cd ios && pod install && cd ../ rm -rf node_modules && rm yarn.lock && yarn install