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
It seems like there is a project configuration ordering issue when using expo modules on android. If the name of the brownfield library comes before "expo" alphabetically then expo modules are not bundled and it crashes at runtime. I think there needs to be an explicit dependency somewhere to make sure the expo project has been evaluated before our library project.
Reproducible Demo
Using https://github.com/hurali97/expo-brownfield-app, if you rename the library project mylibrary to something like brownfieldreact then it will stop working and crash at runtime about some missing classes.