ohanhi / elm-native-ui

[CLOSED] Experiment: mobile apps in Elm using React Native.
BSD 3-Clause "New" or "Revised" License
1.54k stars 76 forks source link

examples/Counter: update react-native cmd in README #96

Closed alexandercampbell closed 6 years ago

alexandercampbell commented 6 years ago

The user must specify that the react-native version is equal to 0.44.3, otherwise the example does not work. Specifically, react-native becomes confused about whether it should be using "index.js" or ("index.android.js" and "index.ios.js").

Thanks!