bartonhammond / snowflake

:snowflake: A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
http://bartonhammond.github.io/snowflake/snowflake.js.html
MIT License
4.59k stars 614 forks source link

BitRise Android build is failing #185

Open bartonhammond opened 7 years ago

bartonhammond commented 7 years ago

Opened Issue: https://github.com/bitrise-steplib/steps-install-missing-android-tools/issues/6

ghost commented 7 years ago

Barton, have you tried Buddybuild yet? It literally blows BitRise out of the water. It's worth the switch if you're still iterating on this project.

bartonhammond commented 7 years ago

I'm happy with Bitrise - they have been very good to me and have given me lots of free time for building. I have no intention of moving.

On Feb 28, 2017 11:36, "Josh Habdas" notifications@github.com wrote:

Barton, have you tried Buddybuild yet? It literally blows BitRise out of the water. It's worth the switch if you're still iterating on this project.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bartonhammond/snowflake/issues/185#issuecomment-283110064, or mute the thread https://github.com/notifications/unsubscribe-auth/ABORPAUvktrmznQYHqp5FvG-Qdct127aks5rhFs6gaJpZM4MNxQE .

wookiem commented 7 years ago

@jhabdas I'm trying out buildbuddy. How did you deal with missing config.js file?

ghost commented 7 years ago

@wookiem like this: http://stackoverflow.com/questions/33117227/setting-environment-variable-in-react-native/39645159#39645159

wookiem commented 7 years ago

Thanks @jhabdas -- exactly what I was looking for. I'll give it a shot in the next day or so.