Ken choong
Ken choong
> plase try with @tanstack/[email protected] Unable to install `@tanstack/[email protected]` - run `yarn add @tanstack/[email protected]` - get this 
> Could you please try updating your `react-native` dependency to 0.69.0+? This being because 0.69 is the 1st version to properly support React 18, so the fact that you are...
@joealden Thanks I think for now I will stick with ``` "react": "18.2.0", "react-native": "0.69.1", "react-query": "4.0.0-beta.23", ``` Because when I downgrade to react 17.0.2, it causing problem for me...
Nice, even better https://blog.expo.dev/expo-sdk-46-c2a1655f63f7 Expo SDK 46 is up. It use React 18 and React Native 0.69.3 This is what we want to solve this problem
It not working in Macbook Pro M2 either the above command is working
I tried to modify line of `copy` like this `"copy": "rimraf dist && mkdir dist && copy 'public/*' 'dist'"` Then install `npm install rimraf -g` `npm run dev-server` But it...
For Window I able to solve this: First: `npm install --save-dev copyfiles` to install copyfiles Then `npm install --save-dev rimraf` Then modify `copy` in `packages.json` like this: `"copy": "rimraf dist...
#319 solved this problem
@wangfengye Hifi is great, but seems like it having error, sir can you look at it? 可以看一看吗大哥?
I also having this issue. Fix it by - go to `%APPDATA/programs/python/scripts` which already add to environment PATH - then inside it have `poetry.exe`, this executable is not updated one,...