Open shreyanshsaha opened 2 years ago
Got exactly the same issue, are you using Expo 44?
Hi @fl1jason, my expo-cli version is 5.0.3 and sdk version should be 43 based on this doc https://docs.expo.dev/versions/v44.0.0/ My react-native version is 0.64.3. I wasnt able to resolve this so I decided to download the app from app store instead.
@shreyanshsaha thatās a shame. Iāve managed to get Kitten UI working a treat in a new app Iāve built, but have given up with Kitten Tricks. :-(
Yeah, the framework is working. You can still download the tricks from app store and check the code in the repo. Thats what I am doing. Hopefully this is resolved soon :crossed_fingers:
@shreyanshsaha yeah, thatās what Iām doing too. Iāll keep an eye on it.
Just fyi I had no issue running the package install using "yarn"
npm i is still broken. any news?
npm i is still broken. any news?
on package.json change:
"workspaces": {
"nohoist": [
"*",
"*/**"
]
},
to:
"workspaces": [
"*",
"*/**"
],
š Bug Report
console output
file: /home/shrey/.npm/_logs/2022-01-08T20_38_19_312Z-debug.log
To Reproduce
Steps to reproduce the behavior:
npm install
Expected behavior
npm install should download the required deps
Link to runnable example or repository (highly encouraged)
current repo
UI Kitten and Eva version
Environment information