-
-
Notifications
You must be signed in to change notification settings - Fork 19
Never stop loading react-native 0.63.3 #10
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
Comments
Hey @Kladislav ! Thanks for opening an issue! The demo screenshot is indeed from RN 0.63.3 and we are currently using this version as well. Can you check the logs and see if there's something else preventing the library from loading? |
Ohh, sorry, i find whats wrong. I have this bug when switching stripe to production mode. Idk where to find any error, react-native start clear |
All good! @Kladislav! Let me know if you face any issues ( : |
Link to video: https://streamable.com/22vf8v When I switching back to dev mode Stripe. All good! |
Are you sure you're passing the correct PRODUCTION STRIPE_PUBLIC_KEY? @Kladislav |
im also facing this issue when i use PRODUCTION STRIPE_PUBLIC_KEY cannot able load stripe |
@a-tokyo yes, its correct. |
Thanks for your patience guys, I have identified the issue Live stripe integrations require https connections which is why they don't work on the simulator. |
@Kladislav @pratibhahg Does this only happen on simulators or on real devices as well? |
@a-tokyo Link to video: https://streamable.com/22vf8v its real device) |
According to this thread |
@arunim2405 no, we using react native iap for ios subscription |
@arunim2405 i change the base url to my production api endpoint nothing changes. any ideas? |
@Kladislav are you using https on your backend server? |
@arunim2405 yes, wait do i need to test it only on real device? upd. tested on emulator and real device, nothing changes, always loading( |
I wonder why is it not working for @Kladislav 🤔 |
@arunim2405 i use my web front end url(nuxt.js), my backend url is https://site.com/api, ok i will test it soon |
@arunim2405 what SSL certificate you have? do you use letsencrypt? |
Problem solved. Big thanks @arunim2405 @a-tokyo |
Congratulations 🎊 what finally solved the issue? |
Hey Both for me, test mode and prod mode! (on iOS) Edit: Nevermind, I forgot to enable checkout in the stripe BO :) |
Although, 54d9537 resolves this issue, here's a related answer on SO (there's another option of hosting the HTML on your server): |
No description provided.
The text was updated successfully, but these errors were encountered: