Aleksandr

Results 8 comments of Aleksandr

Hello. I've got just the same problem. Looks like installation went correctly. Project type: Bare RN RN version: 0.66.4 "expo": ">=44.0.0-0

> Hello. I've got just the same problem. Looks like installation went correctly. > > Project type: Bare RN RN version: 0.66.4 "expo": ">=44.0.0-0

> Taking a look, I see that `install-expo-modules` won't ensure that you have a compatible react-native version which for [SDK 43-44](https://docs.expo.dev/versions/latest/#each-expo-sdk-version-depends-on-a) is `0.64.3`. This is likely what's contributing to the...

https://github.com/mswjs/interceptors/issues/111#issue-852426648 this issue looks very similar

Hi! Did you manage to create a new project from template with a newest RN version?

> Same error here I feel like it is related to yarn v4. CLI says that node-modules of template are installed, but I dont see them actually appear on my...

Solution that I've found: 1. Create project from template this way: ```npx react-native@latest init myawesomeproject --version 0.74.5 --pm npm --install-pods false``` 2. When project is created, install pods the way...

@thalesaguiar @nikandlv Im gonna tag you so you wont waste any more time