samples-js-react-native icon indicating copy to clipboard operation
samples-js-react-native copied to clipboard

Latest version doesn't run on Android

Open bill-pairaktaridis opened this issue 2 years ago • 0 comments

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 avatar Oct 02 '23 16:10 bill-pairaktaridis