-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug?
Trying to run the browser-sign-in sample on Android produces
Starting: Intent { cmp=com.browsersignin/.MainActivity }
Error: Unable to resolve module ./.expo/.virtual-metro-entry
That seems to come from
protected String getJSMainModuleName() {
return ".expo/.virtual-metro-entry";
}
which was added last week
What is expected to happen?
Sample should work after setup
What is the actual behavior?
App doesn't run
Reproduction Steps?
Clone the sample in a fresh install and try running it
Additional Information?
No response
SDK Version
"@okta/okta-react-native": "~2.9.1",
Build Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working