Release Notes:
馃悰 Fixed react-native template modules
# Simply run the command below to initialize application based on UI Kitten
npx react-native init AwesomeApp --template react-native-template-ui-kitten
Its still not working, now its looking for this package react-native-template-react-native-template-ui-kitten
error An unexpected error occurred: "https://registry.npmjs.org/react-native-template-react-native-template-ui-kitten: Not found".
This is not a documentation issue, you should update your react-native CLI as it looks like you use legacy. Follow this guide:
https://github.com/react-native-community/react-native-template-typescript#note-on-the-legacy-cli
@artyorsh Thank you, I did'nt know about legacy cli concept until now.
Its working now
Most helpful comment
@artyorsh Thank you, I did'nt know about legacy cli concept until now.
Its working now