Skip to content

Commit

Permalink
Merge pull request #44 from thecodingmachine/troubleshooting-readme-s…
Browse files Browse the repository at this point in the history
…ection

Add troubleshooting section
  • Loading branch information
AurelGit committed May 9, 2019
2 parents 1b44cd9 + f0495da commit 43aef9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -107,11 +107,17 @@ Assuming you have all the requirements installed, you can setup and run the proj
- Using [Fastlane](https://fastlane.tools/) to automate builds and store deployments (iOS and Android)
- [Distributing beta builds](docs/beta%20builds.md)


### Package dependencies

- You may want to use [CocoaPods](https://cocoapods.org/) to manage your dependencies (iOS only)
- [Using CocoaPods to manage your package dependencies](docs/setup%20cocoapods.md)


## Troubleshooting

### App fails to start after renaming

If your applicaiton fails to start after using the `yarn run rename` command, please take a look at [this issue](https://github.com/thecodingmachine/react-native-boilerplate/issues/34)

## License

Expand Down

0 comments on commit 43aef9c

Please sign in to comment.