Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit fcde678

Browse files
Release 0.1.9
1 parent 619d1ae commit fcde678

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dist/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,11 @@ async function app() {
9898
Start your app with by going to the created directory: 'cd ${appName}'
9999
100100
yarn android
101-
yarn ios
101+
npx pod-install && yarn ios
102102
yarn web
103+
104+
If you have an import error on App.tsx restart your app, it's a cache issue.
105+
If you have red errors in VSCode read the README.md about this issue.
103106
`);
104107
}
105108
async function installPackages(packages, directory) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-web-application",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"bin": {
55
"create-react-native-web-application": "dist/index.js"
66
},

0 commit comments

Comments
 (0)