@gaozh1024/rn-kit 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.js +131 -106
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -34,6 +34,7 @@ yarn add @gaozh1024/rn-kit
|
|
|
34
34
|
npm install react react-native
|
|
35
35
|
npm install react-native-screens react-native-safe-area-context
|
|
36
36
|
npm install react-native-gesture-handler react-native-reanimated
|
|
37
|
+
npx expo install @expo/vector-icons
|
|
37
38
|
npx expo install expo-linear-gradient
|
|
38
39
|
npm install react-native-svg
|
|
39
40
|
```
|