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

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Nov 26, 2020
1 parent 619d1ae commit fcde678
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,11 @@ async function app() {
Start your app with by going to the created directory: 'cd ${appName}'
yarn android
yarn ios
npx pod-install && yarn ios
yarn web
If you have an import error on App.tsx restart your app, it's a cache issue.
If you have red errors in VSCode read the README.md about this issue.
`);
}
async function installPackages(packages, directory) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-native-web-application",
"version": "0.1.8",
"version": "0.1.9",
"bin": {
"create-react-native-web-application": "dist/index.js"
},
Expand Down

0 comments on commit fcde678

Please sign in to comment.