diff --git a/vmall/react-native-image-picker.md b/vmall/react-native-image-picker.md index 5f9c3121925a9c905aaabc1db4668fa3ef1de6c1..e024cd1c30d69ffad308c22b643b1a3adb166410 100644 --- a/vmall/react-native-image-picker.md +++ b/vmall/react-native-image-picker.md @@ -1,4 +1,4 @@ -> 模板版本:v0.0.1 +> 模板版本:v0.1.1

react-native-image-picker

@@ -16,18 +16,18 @@ -**正在 npm 发布中,当前请先从仓库[Release](https://github.com/react-native-oh-library/react-native-image-picker/releases)中获取库 tgz,通过使用本地依赖来安装本库。** + #### **yarn** ```bash -yarn add xxx +yarn add @react-native-oh-tpl/react-native-image-picker ``` #### **npm** ```bash -npm install xxx +npm install @react-native-oh-tpl/react-native-image-picker ``` @@ -86,7 +86,7 @@ export default App; ```json "dependencies": { "rnoh": "file:../rnoh", - "rnoh-image-picker": "file:../../node_modules/react-native-image-picker/harmony/image_picker.har" + "rnoh-image-picker": "file:../../node_modules/@react-native-oh-tpl/react-native-image-picker/harmony/image_picker.har" } ``` @@ -105,7 +105,7 @@ ohpm install ```json "dependencies": { "rnoh": "file:../rnoh", - "rnoh-image-picker": "file:../../node_modules/react-native-image-picker/harmony/image_picker" + "rnoh-image-picker": "file:../../node_modules/@react-native-oh-tpl/react-native-image-picker/harmony/image_picker" } ```