vincentriemer / react-native-dom

An experimental, comprehensive port of React Native to the web.
https://rntester.now.sh
MIT License
3.25k stars 73 forks source link

Cannot read property 'toLowerCase' of undefined #96

Closed dutzi closed 5 years ago

dutzi commented 5 years ago

After ejecting my expo project and running react-native run-dom I got the following error message:

Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
    at new RNDomInstance (ReactDom.js:formatted:1)
    at ReactDom.js:formatted:1
    at loadModuleImplementation (ReactDom.js:formatted:1)
    at guardedLoadModule (ReactDom.js:formatted:1)
    at metroRequire (ReactDom.js:formatted:1)
    at ReactDom.js:formatted:1

image

dutzi commented 5 years ago

Welp. After digging around I found that react-native-dom does not work with RN v0.57 😕

So unfortunate to see this project get wasted, this project is so interesting and very useful.

Update

It does and I'm an idiot.