Closed stigi closed 1 year ago
Oh... I am just unable to read the docs :D
I'm supposed to run npx create-uix-app@latest appapp --react-native
inside an existing react-native project.
My bad. I was under the impression create-uix-app
would always create a full app from scratch.
For completeness sake, if I run things like this, it works 👍
npx react-native@latest init test
cd test
npx create-uix-app@latest test --react-native
yarn cljs:dev & npx react-native run-ios
It seems like the script is looking for
package.json
in the parent folder (in which I rannpx create-uix-app@latest appapp --react-native
) instead of inside the newly created project dir.