You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4: [convenience] add run-android & run-ios scripts that do react-native run-android & react-native run-ios
some additional points:
Improvement 1 is basically a workaround for a limitation of npm and Yarn tooling. I think it would be really nice if the tooling would be fixed to detect and avoid this kind of problem.
examples_postinstall.js
from the template to fix the npm package problemprepare-ios
that doescd ios && pod install
postinstall
script could automatically docd ios && pod install
(idea from fix generated iOS example on React Native 0.60(+) #99)run-android
&run-ios
scripts that doreact-native run-android
&react-native run-ios
some additional points:
/cc @dsyne
The text was updated successfully, but these errors were encountered: