DOLLE

Results 41 comments of DOLLE

Hi @elirangoshen, It's in the roadmap but it seems that some librairies are not yet ready to be working with the new architecture so we delay a bit the version...

Thanks for the advice. I already done the upgrade, let me know (reopen the issue) if you have some feedbacks

Are you sure you don't have react-native cli installed globally ? this error is generally due to this. that's why I create the checkbox `I verified that I have not...

What is your version of NodeJS? We found some unexpected issues with node 16 and node 17 so I encourage using nodeJS 14 and tell me if it's better !

Please give me at least your yarn version and your node version + the printed error

@liujb I recommend to not reinstall the cli, like it's recommended in the documentation and use the `npx` command. Like this you will use the lastest version of the cli

@GezimVeliu what happen if you run `react-native -v`? If you want to use typescript you have to run the same cmd and a prompt will be displayed.

Ok...I don't know why because if you don't have the react-native-cli installed globally and run `npx react-native init`, it will install the right version of the CLI based on the...

> this template still fail to creat a new project in Aug 2022. here is my error: > > ``` > npx react-native init ZetaChatApp --template @thecodingmachine/react-native-boilerplate > > ######...