We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b423570 commit 78b06ebCopy full SHA for 78b06eb
.travis.yml
@@ -11,3 +11,4 @@ deploy:
11
email: "emin@emin.ch"
12
api_key: "${NPM_TOKEN}"
13
skip_cleanup: true
14
+ tag: next
README.md
@@ -28,7 +28,7 @@
28
### React Native >= 0.60
29
30
```sh
31
-npx react-native init MyApp --template=typescript
+npx react-native init MyApp --template=typescript@next
32
```
33
34
### React Native <= 0.59
0 commit comments