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.
2 parents 307b733 + 8484884 commit 4abde00Copy full SHA for 4abde00
.travis.yml
@@ -4,16 +4,14 @@ node_js:
4
deploy:
5
- provider: npm
6
on:
7
- branch: master
8
- tags: true
+ condition: $TRAVIS_BRANCH == "master" && -n $TRAVIS_TAG
9
email: "[email protected]"
10
api_key: "${NPM_TOKEN}"
11
skip_cleanup: true
12
13
14
- branch: master-cli-v2
15
+ condition: $TRAVIS_BRANCH == "master-cli-v2" && -n $TRAVIS_TAG
16
17
18
19
- tag: next
+ tag: next
README.md
@@ -28,7 +28,7 @@
28
### React Native >= 0.60
29
30
```sh
31
-npx react-native init MyApp --template=typescript@next
+npx react-native init MyApp --template react-native-template-typescript@next
32
```
33
34
### React Native <= 0.59
0 commit comments