Skip to content

Commit 30acce5

Browse files
author
Orta
authored
Merge pull request microsoft#44 from yedidyak/patch-1
Use react-native jsx preset instead of react
2 parents b90f7c3 + 66b4613 commit 30acce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Okay let's go ahead and run these.
3535
```sh
3636
yarn add --dev typescript
3737
yarn add --dev react-native-typescript-transformer
38-
yarn tsc --init --pretty --jsx react
38+
yarn tsc --init --pretty --jsx react-native
3939
touch rn-cli.config.js
4040
yarn add --dev @types/react @types/react-native
4141
```

0 commit comments

Comments
 (0)