At the root:
npm install
to install dependenciescd ios && pod install
to install necessary files for iOSnpm run start
to start Metro Bundlernpm run android/ios
to start Android/iOS application
pod install
error (M1 compatibility)
-
In regular terminal, outside the project directory:
sudo arch -x86_64 gem install ffi
-
Inside iOS folder:
arch -x86_64 pod install