Hosted login page not showing on iOS simulator

I downloaded the sample in the Quick Start section for React Native, and when I run the following command: react-native run-ios --simulator="iPhone 8 , the index.js view renders in the simulator, but when I click the “log in” link, nothing happens. I debugged the JS in Chrome dev tools, and it gets to the point where it makes a call to the authorize URL, but I don’t see any network activity, or I don’t see any errors or anything else. Does anybody have any insight into this area?

Hey there @jrp-23!

Let me dig into that and let you know what I can find!

Thanks @konrad.sopala!

The Android emulators work using the sample, so it’s just the iOS simulator is where I see this behavior.

Hi @konrad.sopala, I downloaded the latest sample from the website, it appears that the sample was updated, and I was able to get it to work with the iOS simulator. Thanks!

Perfect then! Glad to hear that!