diff --git a/zh-cn/react-native-progress.md b/zh-cn/react-native-progress.md index 6d6101519b642d090e070b6a137129b00cd6483a..375916766b3ad1079e0aa16bd4bffa862de2c151 100644 --- a/zh-cn/react-native-progress.md +++ b/zh-cn/react-native-progress.md @@ -35,6 +35,12 @@ yarn add @react-native-oh-tpl/react-native-progress@file:# +如果在node_modules 里面没有react-native-progress 执行一次下面命令,如果已经存在则不要执行 + +``` + npm install react-native-progress +``` + 下面的代码展示了这个库的基本使用场景: > [!WARNING] 使用时 import 的库名不变。