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
is there a way to automatically install as babel plugin not preset?
is there a way to automatically install as devDependency not regular dependency?
You can specify a file using --env-file=.env but be careful
this won't work when you do react-native run-android or react-native run-ios, but it's okay because you just need to run the command once to do the initial build. After that point, you should be able to build changes using react-native start where this will work