I'm trying to run my react native project on an android device using expo, and this error page shows up. There are multiple similar questions regarding this, but they're all either outdated or they simply don't work. Anyone got any ideas?. Thanks in advance
Related
Is there anyone who know's how to call or open the React Native SDK from Native Android Application? Excluding Webview thing I want to run the React native app from a Native Android Studio application, is there anyone who can help me out in this?
While doing this I am also getting some error please go through this below link to understand the problem,
Problem statement link: https://github.com/facebook/react-native/issues/35419
If Anyone find any solution related to this above link please let me know.
Wanted to use React Native Application as SDK in Native Android Application and Wanted to open the React native Application from Native Android Application.
Just a general question I couldn't quite find an answer for.
I've been developing a react native app and noticed that when I run it on android it works fine. But when I build and run it on ios it doesn't pick up some of my css changes or some features aren't working as expected.
Is there a reason for this or am I missing like some universal package for react-native?
Try running react-native run-ios in the command line
I'm new to sentry. I have a react native mobile application from react native version 0.59. I have set up sentry for the mobile app as per this guide.
https://docs.sentry.io/platforms/react-native/
When I ran the react native bundle command and try to create an android build using android studio following error comes. I searched in google and couldn't find a proper answer for my question. Does anyone know how to fix this issue.
did you execute the sentry-wizard command and did it work? if yes, then please, export the system env. SENTRY_LOG_LEVEL as mentioned in the error message and paste us the full log so we could have a look into it.
Hi I'm beginner in React Native, and I used react-native-create-app to generate a react native app.
I'm using navigator.geolocation.watchPosition(...) in it
Exactly as in the example here https://facebook.github.io/react-native/releases/0.24/docs/geolocation.html
(I ejected in order to add geolocation permission in AndroidManifest.xml as described)
When I npm start, and scan the QR code given by Expo, I have the following error
error screenshot
However, when I'm running the app with react-native run-android instead, it's working well.
But I would like to continue to use Expo, somebody had already encounter this issue or someone see a way to solve it ? Thanks !
I am trying to work on react native for android application development. I am using android studio for that, but I am unable to debug the .js files developed for react native. Whenever there is any problem with code its giving me error, Unexpected Token, I am unable to know that how to debug or get proper error. Is there any framework available to work on React native for Android app development. I have already figured out a lot but unable to get any solution to debug android app based on React Native.
You can debug JavaScript code, console.log etc in Chrome. You have to select "Debug in Chrome" from the developer menu on device first and that will open a new tab on Chrome at localhost:8081/debugger-ui. However, to debug in Chrome, keep in mind you have to install React Developer Tools on Chrome https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi
You need to debug in Chrome. There are good docs on the RN site about debugging:
https://facebook.github.io/react-native/docs/debugging.html#content
However, if you have syntax errors the debugger won't help you, but Chrome Dev tools might give you a better idea of where the error is.