File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,14 @@ node_js:
44deploy :
55 - provider : npm
66 on :
7- branch : master
8- tags : true
7+ condition : $TRAVIS_BRANCH == "master" && -n $TRAVIS_TAG
98 email : " emin@emin.ch"
109 api_key : " ${NPM_TOKEN}"
1110 skip_cleanup : true
1211 - provider : npm
1312 on :
14- branch : master-cli-v2
15- tags : true
13+ condition : $TRAVIS_BRANCH == "master-cli-v2" && -n $TRAVIS_TAG
1614 email : " emin@emin.ch"
1715 api_key : " ${NPM_TOKEN}"
1816 skip_cleanup : true
19- tag : next
17+ tag : next
Original file line number Diff line number Diff line change 2828### React Native >= 0.60
2929
3030``` sh
31- npx react-native init MyApp --template= typescript@next
31+ npx react-native init MyApp --template react-native-template- typescript@next
3232```
3333
3434### React Native <= 0.59
You can’t perform that action at this time.
0 commit comments