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
We need to dynamic change main file of package.json depending on the environment. The case is that currently, we need to run yarn prepare on all changes to re-compile on development mode how you can see on CONTRIBUTING.MD
Our compiled build goes to lib/ folder and our source code is on src/ folder, but the main file on package.json only calls lib/folder.
Related: callstack/react-native-builder-bob#177
We need to dynamic change main file of package.json depending on the environment. The case is that currently, we need to run
yarn prepare
on all changes to re-compile on development mode how you can see on CONTRIBUTING.MDOur compiled build goes to
lib/
folder and our source code is onsrc/
folder, but the main file on package.json only callslib/
folder.See callstack/react-native-builder-bob#177 to get more context
Also: https://twitter.com/akinncar/status/1400468779318927361
Update
This issue is partially solved in #44
The next step is to allow example app to work with Web (now it is working only with Android and iOS).
The text was updated successfully, but these errors were encountered: