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
Example.re compiles while in the repo. Tried running it in a fresh project. Got:
// Example.re renamed to something else// Uncomment this to compile this example outside of this repo// in this example it's not necessary (since we are running it in the module repo itself)
include ReactNavigation;
...
61 ┆ <Navigator mode=`modal headerMode=`none>
62 ┆ <Screen name="Main" component=MainStackScreen.make />
63 ┆ <ScreenWithCallback name="MyModal">
64 ┆ {({navigation, route}) =><ModalScreen navigation route />}
65 ┆ </ScreenWithCallback>
The module or file ScreenWithCallback can't be found. - If it's a third-party dependency:
- Did you list it in bsconfig.json?
- Did you run `bsb` instead of `bsb -make-world`
(latter builds third-parties)?
- Did you include the file's directory in bsconfig.json?FAILED: subcommand failed.>>>> Finish compiling(exit: 1)
The text was updated successfully, but these errors were encountered:
Example.re compiles while in the repo. Tried running it in a fresh project. Got:
The text was updated successfully, but these errors were encountered: