benoitvallon / react-native-nw-react-calculator

Mobile, desktop and website Apps with the same code
MIT License
5.21k stars 865 forks source link

Android version? #2

Closed ScottRFrost closed 8 years ago

ScottRFrost commented 8 years ago

Any samples of how to do this as an Android app?

I need to support both (especially since Android sells 5 devices per 1 sold by Apple).

dsibiski commented 8 years ago

Already working on it here: https://github.com/benoitvallon/react-native-nw-react-calculator/pull/1 :smiley:

Although we still need to work out with @benoitvallon exactly how he wants to structure the files.

ColCh commented 8 years ago

It will be nice to see Android example as well as isomorphic version (aka universal JavaScript)

benoitvallon commented 8 years ago

@ColCh a universal javascript version was in the list of things that I would have liked to do in this project although I think it will not be a very good example because this project is really simple (doesn't really involve routes for example).

But if you still would like to see it, please create an other issue as this one was specific to android.

Thank you