: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
The Snowflake mobile app is a React-Native starter app that serves as an example or boilerplate for iOS and Android. It allows for development with a single codebase and offers two backend options: Hapi server or Parse server.
To install the Snowflake app:
To use the Snowflake Hapi Server:
src/lib/config.example.js to src/lib/config.js.hapiLocal or hapiRemote in the config.js file.To use the Snowflake Parse Server:
src/lib/config.example.js to src/lib/config.js.parseLocal or parseRemote in the config.js file.The Snowflake mobile app is a React-Native starter project that provides a codebase for developing iOS and Android apps. It offers two backend options: Hapi server and Parse server. The installation process involves installing React-Native, cloning the Snowflake repository, and setting up the desired backend according to the provided instructions.