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
I get an Unexpected token '>' error upon which the app crashes and closes. No indication on which line this might be (except index.android.bundle?platform=android&dev=true&hot=true&minify=false:65027:9). I commented everything in the root and just left a View and it still gives that error. Now, the weird thing is that if I manage to enable Debug JS Remotely fast enough the error disappears and the app works. Any ideas?
Additional Information
React Native version: 0.42
Platform: Android (can't test at the moment if this happens on iOS)
Development Operating System: Windows
Dev tools: Android Studio 2.3
The text was updated successfully, but these errors were encountered:
@Oddadmix Found that this is an issue with a dependency, trying to figure out why though. Should be using general ES6 and nothing fancy. The dependency is written in company.
Description
I get an Unexpected token '>' error upon which the app crashes and closes. No indication on which line this might be (except index.android.bundle?platform=android&dev=true&hot=true&minify=false:65027:9). I commented everything in the root and just left a View and it still gives that error. Now, the weird thing is that if I manage to enable Debug JS Remotely fast enough the error disappears and the app works. Any ideas?
Additional Information
The text was updated successfully, but these errors were encountered: