@highbeek/create-rnstarterkit 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ Native dependencies need linking via CocoaPods before you can run on iOS:
44
44
  ```bash
45
45
  cd myApp
46
46
  npm install
47
- cd ios && pod install && cd ..
47
+ cd ios && bundle exec pod install && cd ..
48
48
 
49
49
  # Then run
50
50
  npx react-native run-ios
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highbeek/create-rnstarterkit",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "CLI to scaffold production-ready React Native app structures.",
5
5
  "main": "dist/src/generators/appGenerator.js",
6
6
  "bin": {