turjoy-real
turjoy-real
Check if your SSL is properly configured [here](https://www.sslshopper.com/ssl-checker.html#:~:text=You%20can%20verify%20the%20SSL,click%20the%20Check%20SSL%20button.).
Yes it starts rendering the app with default APIs. After MSW loads, it then uses MSW mocks. MSW is supposed to load before AppRegistry. But react native doesn't wait for...
No this is not working too. React Native doesn't expect a async callback function. This is the new error: Error: Element type is invalid: expected a string (for built-in components)...
Hi @kettanaito, Thanks for the idea. Successfully made MSW APIs the default for all E2E testing API calls. The changes had to be made in the App.tsx(or App.js) to be...
Yes, that'll be helpful for everyone! Let me know if and how I can help. Should I prepare a draft and post in this thread?