diff --git a/README.md b/README.md index 887f2f5f..4a522fad 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ ## :arrow_forward: Usage +### React Native >= 0.60 + +```sh +npx react-native init MyApp --template react-native-template-typescript@next +``` + +### React Native <= 0.59 + ```sh react-native init MyApp --template typescript ```