Skip to content

Commit cc4ad46

Browse files
committed
docs: add tips for example scripts
1 parent bf1b6ef commit cc4ad46

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,12 @@ import Carousel from 'react-native-reanimated-carousel';
131131

132132
```shell
133133
yarn ios
134+
# use pretty images
135+
yarn ios:pretty
136+
134137
yarn android
138+
# use pretty images
139+
yarn android:pretty
135140
```
136141

137142
## License

README.zh-CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,12 @@ import Carousel from 'react-native-reanimated-carousel';
131131

132132
```shell
133133
yarn ios
134+
# 使用更好看的图片
135+
yarn ios:pretty
136+
134137
yarn android
138+
# 使用更好看的图片
139+
yarn android:pretty
135140
```
136141

137142
## 许可

0 commit comments

Comments
 (0)