You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Libraries/JavaScriptAppEngine/Initialization/ExceptionsManager.js
69: if (Platform.OS === 'android') {
It's probably safe, because the codepath never executes on iOS, but still there's references to Android views which I'm sure are still internal and not open source.
The text was updated successfully, but these errors were encountered:
We're not ready yet to be open source first so any pull request has to go through our internal codebase and pass our internal tests that include android. We want to open source android sooner than later so that it doesn't become a big issue but until then, we'll have to live with those checks i'm afraid :(
See here
And here
It's probably safe, because the codepath never executes on
iOS
, but still there's references to Android views which I'm sure are still internal and not open source.The text was updated successfully, but these errors were encountered: