Monsauce / Open-the-North

Building a mobile app and open repository for indigenous ecological data and resources
GNU General Public License v3.0
9 stars 1 forks source link

Reproduce the React-Native build on a different machine #2

Closed jritch closed 7 years ago

jritch commented 7 years ago

In f9a5d3b and c9f3990 I've used the default .gitignore from https://github.com/facebook/react-native/blob/master/local-cli/templates/HelloWorld/_gitignore

To make sure I'm not ignoring any files that might be important for the build, it would be good to build and run the app from another machine (or a clone of the repo on my machine).

jdpigeon commented 7 years ago

I'll give this a shot

Monsauce commented 7 years ago

Thanks Dano!

jdpigeon commented 7 years ago

It works!

My machines: Ubuntu 16 LTS x86 Nexus 5

My steps: git clone https://github.com/Monsauce/Open-the-North.git cd Open-the-North/OpenTheNorthApp yarn install react-native start react-native run-android

jritch commented 7 years ago

Great! Thanks so much!

Now we know the "Hello World" app is functional for different developers.