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
Hi Benoit, first of all, many thanks for the nice demo!
I was playing with it using Android + Linux. The app builds and installs correctly (using react-native install-android) and even runs correctly on the first time. (The weird thing though is, on the first run it does not try to pull the JS using react packager - I see no trace of any requests there.)
However, when as I try to reload JS from the phone, the JS gets transferred correctly (confirmed by the packager logs) but I'm ending up with a blank screen, and the following errors in the log:
(Note that the first error is actually Can\'t find variable: process', { [ReferenceError: Can't find variable: process] - you need to scroll to the right in the error log).
Any idea why is this failing? I actually tried Windows too, but that fails for different reasons, so let's leave this for now.
The text was updated successfully, but these errors were encountered:
About your issue, I am not really familiar with Android and Linux as I work on a Mac.
Have you looked at the react-native repo issues. Android support is still quite new and they may still have bugs unresolved. Have you tried to install the demo project with react-native init to see if it works as expected as well.
Yes. The default demo project is working as expected, and so are other demos that I tested. Everything works including reload etc.
Do you know why your app does not try to pull the JS immediately after start? That is somewhat strange, all the other demos would do that.
Hi Benoit, first of all, many thanks for the nice demo!
I was playing with it using Android + Linux. The app builds and installs correctly (using react-native install-android) and even runs correctly on the first time. (The weird thing though is, on the first run it does not try to pull the JS using react packager - I see no trace of any requests there.)
However, when as I try to reload JS from the phone, the JS gets transferred correctly (confirmed by the packager logs) but I'm ending up with a blank screen, and the following errors in the log:
(Note that the first error is actually
Can\'t find variable: process', { [ReferenceError: Can't find variable: process]
- you need to scroll to the right in the error log).Any idea why is this failing? I actually tried Windows too, but that fails for different reasons, so let's leave this for now.
The text was updated successfully, but these errors were encountered: