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 1
1
language : node_js
2
2
node_js :
3
- - " node"
3
+ - ' node'
4
+ branches :
5
+ only :
6
+ - master
4
7
deploy :
5
- - provider : npm
6
- on :
7
- condition : $TRAVIS_BRANCH == "master" && -n $TRAVIS_TAG
8
-
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
-
15
- api_key : " ${NPM_TOKEN}"
16
- skip_cleanup : true
17
- tag : next
8
+ on :
9
+ tags : true
10
+ provider : npm
11
+
12
+ api_key : ' ${NPM_TOKEN}'
13
+ skip_cleanup : true
Original file line number Diff line number Diff line change 28
28
### React Native >= 0.60
29
29
30
30
``` 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
38
32
```
39
33
40
34
## :computer : Contributing
You can’t perform that action at this time.
0 commit comments