- Run
npm install
in project root. - iOS: Except from the above step, that is common for both platforms, navigate to “ios” directory from your terminal and run
npx pod install --repo-update
.
npm install
in project root.npx pod install --repo-update
.