Skip to content

Commit 43aef9c

Browse files
authored
Merge pull request #44 from thecodingmachine/troubleshooting-readme-section
Add troubleshooting section
2 parents 1b44cd9 + f0495da commit 43aef9c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,17 @@ Assuming you have all the requirements installed, you can setup and run the proj
107107
- Using [Fastlane](https://fastlane.tools/) to automate builds and store deployments (iOS and Android)
108108
- [Distributing beta builds](docs/beta%20builds.md)
109109

110-
111110
### Package dependencies
112111

113112
- You may want to use [CocoaPods](https://cocoapods.org/) to manage your dependencies (iOS only)
114113
- [Using CocoaPods to manage your package dependencies](docs/setup%20cocoapods.md)
114+
115+
116+
## Troubleshooting
117+
118+
### App fails to start after renaming
119+
120+
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)
115121

116122
## License
117123

0 commit comments

Comments
 (0)