Skip to content

Commit 234b275

Browse files
committed
doc: update template/README.md
1 parent 6ca5241 commit 234b275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ This template includes the following:
2626

2727
## Installation and Usage
2828

29-
⚠️ This template only works with the new CLI. This template is intended for React Native versions `>= 0.61`. It has not been tested with previous versions.
29+
🚧 This template only works with the new CLI. This template is intended for React Native versions `>= 0.61`. It has not been tested with previous versions.
3030

3131
**Note on the legacy CLI**
3232

33-
⚠️ There seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy `react-native-cli` first (`npm uninstall -g react-native-cli`), for the below command to work.
33+
🚧 There seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy `react-native-cli` first (`npm uninstall -g react-native-cli`), for the below command to work.
3434

3535
```bash
3636
npm uninstall -g react-native-cli
3737
```
3838

3939
Further information can be found here: https://github.com/react-native-community/cli#about
4040

41-
**⚠️⚠️ MacBook Pro with a M1 ⚠️⚠️**
41+
**🚧🚧 MacBook Pro with a M1 🚧🚧**
4242

4343
```bash
4444
# Install ffi

0 commit comments

Comments
 (0)