DreamWalk React-Native Template
Getting started
Initialise a project with the command
npx react-native init <ProjectName> --template git+ssh://git@gitlab.com:dreamwalk/magic-button/dreamwalk-react-native-apollo-template.git
This template is configured to use yarn. Once project has been initialised from template, run yarn; npx pod-install
Troubleshooting
Script stuck downloading
If you're install script is stuck endlessly downloading and/or stuck with last log:
idealTree: timing arborist:ctor Completed in 1ms
Verify you have yarn
installed and re-run the init script. Yarn is required for this template
Permission denied (publickey)
git@gitlab.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Verify you have your ssh key added to keychain with
ssh-add --apple-use-keychain ~/.ssh/id_rsa
then re-run the init script