Skip to content
New issue

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

Latest version doesn't run on Android #153

Open
bill-pairaktaridis opened this issue Oct 2, 2023 · 0 comments
Open

Latest version doesn't run on Android #153

bill-pairaktaridis opened this issue Oct 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bill-pairaktaridis
Copy link

bill-pairaktaridis commented Oct 2, 2023

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

@bill-pairaktaridis bill-pairaktaridis added the bug Something isn't working label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant