esbenp / react-native-clean-form

Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/
MIT License
478 stars 83 forks source link

Example App: Unknown execution context #11

Closed eduardomoroni closed 7 years ago

eduardomoroni commented 7 years ago

I'm trying to run example App and I'm getting this:

screen shot 2017-03-20 at 08 36 56
markusguenther commented 7 years ago

Maybe it is fixed now ... try again the the current master.

markusguenther commented 7 years ago

Is this still relevant? If yes please provide more information for reproduction of this issue.

eduardomoroni commented 7 years ago

I followed these steps: https://github.com/esbenp/react-native-clean-form#run-the-example I tried again today and got the same error. Maybe something wrong with my environment

markusguenther commented 7 years ago

@eduardomoroni I tried the steps and everything works fine ...

Do you have problems with a new react-native app or other apps? It is not so easy to say what can be wrong in the environment.

Can you try:

react-native init foo && cd foo
react-native run-ios

And please check the versions:

node --version && npm --version && yarn --version && react-native --version
v5.2.0
4.0.5
0.21.3
react-native-cli: 2.0.0
react-native: n/a - not inside a React Native project directory

I also use actually iOS 10.3

esbenp commented 7 years ago

Also add your OS and version :-)

eduardomoroni commented 7 years ago
Node v6.10.1
Npm 3.10.10
Yarn 0.18.1
react-native-cli: 2.0.1
react-native: 0.40.0
Mac OS Sierra 10.12.3

I think we should close this issue guys, react-native-clean-form is working well on my app. I just can't run example app. Thanks Everyone!

markusguenther commented 7 years ago

Ok but it is strange :/ ...

markusguenther commented 7 years ago

Thanks for reporting ... maybe I try it again on my second Mac.