We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Sample should work after setup
App doesn't run
Clone the sample in a fresh install and try running it
No response
"@okta/okta-react-native": "~2.9.1",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug?
Trying to run the browser-sign-in sample on Android produces
That seems to come from
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
The text was updated successfully, but these errors were encountered: