File tree Expand file tree Collapse file tree 2 files changed +11
-21
lines changed Expand file tree Collapse file tree 2 files changed +11
-21
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " node"
3+ - ' node'
4+ branches :
5+ only :
6+ - master
47deploy :
5- - provider : npm
6- on :
7- condition : $TRAVIS_BRANCH == "master" && -n $TRAVIS_TAG
8- email : " emin@emin.ch"
9- api_key : " ${NPM_TOKEN}"
10- skip_cleanup : true
11- - provider : npm
12- on :
13- condition : $TRAVIS_BRANCH == "master-cli-v2" && -n $TRAVIS_TAG
14- email : " emin@emin.ch"
15- api_key : " ${NPM_TOKEN}"
16- skip_cleanup : true
17- tag : next
8+ on :
9+ tags : true
10+ provider : npm
11+ email : ' emin@emin.ch'
12+ api_key : ' ${NPM_TOKEN}'
13+ skip_cleanup : true
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 react-native-template-typescript@next
32- ```
33-
34- ### React Native <= 0.59
35-
36- ``` sh
37- react-native init MyApp --template typescript
31+ npx react-native init MyApp --template react-native-template-typescript
3832```
3933
4034## :computer : Contributing
You can’t perform that action at this time.
0 commit comments