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

Getting started instruction #36

Closed hiaw closed 8 years ago

hiaw commented 8 years ago

I was trying to get started and I was stuck on the app not running. After a bit of digging, I found that I need to give a different name than MyAppName for package.json, otherwise it would work. What happen is that elm-native-ui/example/package.json already took MyAppName and so compiler will fail.

Please add this bit of instruction to README.md Edit package.js to give a different name.

Thanks.

ohanhi commented 8 years ago

Interesting, thank you for this observation. So you're saying that using the same name in package.json as for the React Native project will make the app fail to launch?

hiaw commented 8 years ago

Yes.