跳到主要内容

开始

ReactNative端基座,所有需要支持app的模块或项目都需要依赖此模块

安装

yarn duxapp app add duxappReactNative

教程

如果你还不知道如何使用RN端,请先阅读 RN端教程

这个模块中还提供了 用户协议、版本更新、权限管理等基础功能

三方模块

这个模块中还使用了这些第三方模块,你可以根据需求使用他们

{
"@react-native-async-storage/async-storage": "~2.0.0",
"@react-native-camera-roll/camera-roll": "~7.8.3",
"@react-native-clipboard/clipboard": "~1.14.2",
"@react-native-community/geolocation": "~3.4.0",
"@react-native-community/netinfo": "~11.3.2",
"@react-native-community/slider": "~4.5.2",
"@react-native-masked-view/masked-view": "~0.3.1",
"@react-native-picker/picker": "~2.8.0",
"@shopify/flash-list": "^1.7.1",
"@tarojs/rn-supporter": "4.0.5",
"@tarojs/taro-rn": "4.0.5",
"expo": "~51.0.32",
"expo-av": "~14.0.7",
"expo-brightness": "~12.0.1",
"expo-camera": "~15.0.15",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.10",
"expo-image": "~1.12.15",
"expo-image-manipulator": "~12.0.5",
"expo-image-picker": "~15.0.7",
"expo-keep-awake": "~13.0.2",
"expo-location": "~17.0.1",
"expo-sensors": "~13.0.9",
"expo-sharing": "~12.0.1",
"react-native": "~0.75.3",
"react-native-device-info": "~11.1.0",
"react-native-gesture-handler": "~2.19.0",
"react-native-pager-view": "~6.4.1",
"react-native-safe-area-context": "~4.10.9",
"react-native-screens": "~3.34.0",
"react-native-svg": "~15.6.0",
"react-native-webview": "~13.12.1",
"react-native-blob-util": "~0.19.11",
"react-native-url-polyfill": "^2.0.0"
}