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

Restructure project to work as an Elm package #26

Closed ohanhi closed 8 years ago

ohanhi commented 8 years ago

First off, I am sorry for the hugely noisy diffs in this branch. This is some pretty fundamental restructuring for the whole project, however, so noise is inevitable in that sense.

What I've done so far:

I also forked the compiler and core, but haven't yet updated them. My idea was that while we are in this phase of "DIY", it makes sense for the compiler and core modifications to be a part of the same project.

eeue56 commented 8 years ago

What purpose do the android and ios folders have anyway? Where do they fit in? do they need to be part of core?

ohanhi commented 8 years ago

@eeue56 No, they are generated by React Native when you start a project with react-native init MyProject. So it was always a little strange to have them in this repository.