GithubHelp home page GithubHelp logo

Any app (incl. default example) crashes with "Can't find variable: React" when launched from a JS bundle on an iOS device about re-natal HOT 3 CLOSED

drapanjanas avatar drapanjanas commented on June 28, 2024
Any app (incl. default example) crashes with "Can't find variable: React" when launched from a JS bundle on an iOS device

from re-natal.

Comments (3)

drapanjanas avatar drapanjanas commented on June 28, 2024

Hi, thanks for reporting. Reproduced it on iOS and Android using reagent and on-next interfaces
Actually to reproduce I just had to do:

$ re-natal init CrashingApp
$ cd crashing-app
$ react-native run-ios

I am almost sure I check the steps above before each release, but now surprise, this does not work! Latest changes in re-natal were only in figwheel-bridge.js which is not used at all in case of 'lein prod-build'.

But, I could find still working version of luno-react-native app on my local drive (tar.gz is too big to upload here) I have uploaded it to temp storage in the internets: luno-react-native.tar.gz
To successfully run it:

$ tar xvzf luno-react-native.tar.gz
$ cd luno-react-native
$ lein prod-build
$ react-native run-ios

To reproduce the problem:

$ rm -rf node_modules
$ re-natal deps
$ react-native run-ios

This makes me think tat recent NPM cleanup has sometheing to to with this

from re-natal.

drapanjanas avatar drapanjanas commented on June 28, 2024

OK, I am confused, but seems I have found the solution.The problems seems to be with the global variable assignment:

(set! js/React (js/require "react-native"))

which compiles into (which is expected):

React=require("react-native");

But, I guess that now some kind of validation is in place to forbid global assigments like that, huh?

So, the solution/workaround is:

(set! js/window.React (js/require "react-native"))

Instead of window variable GLOBAL also works (which points to window I think)

@gnl can you check and confirm that this workaround works also for you?

from re-natal.

gnl avatar gnl commented on June 28, 2024

Fix confirmed, thank you!

from re-natal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.