diff --git a/dist/index.js b/dist/index.js index ec0ad90..72d1894 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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) { diff --git a/package.json b/package.json index 926626d..e369226 100644 --- a/package.json +++ b/package.json @@ -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" },