Skip to content

Commit 78b06eb

Browse files
committed
cli v2 branch tags are now dist tagged as next
1 parent b423570 commit 78b06eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ deploy:
1111
1212
api_key: "${NPM_TOKEN}"
1313
skip_cleanup: true
14+
tag: next

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
### React Native >= 0.60
2929

3030
```sh
31-
npx react-native init MyApp --template=typescript
31+
npx react-native init MyApp --template=typescript@next
3232
```
3333

3434
### React Native <= 0.59

0 commit comments

Comments
 (0)