Go to file
yezian 5cc2190745 完善获取相册权限文字描述,删除登录前获取剪贴板和应用信息逻辑;更新版本号到1.3.1 2024-04-15 21:05:19 +08:00
.expo-shared init 2023-12-29 00:27:44 +08:00
assets 修改icon去除白边,修复主播发帖按钮位置bug 2024-03-22 14:42:34 +08:00
components 修改权限请求弹窗;针对989430测试号去除付费逻辑 2024-04-01 13:23:09 +08:00
screeens 修改权限请求弹窗;针对989430测试号去除付费逻辑 2024-04-01 13:23:09 +08:00
utils revert 40f99064c6 2024-03-23 15:29:03 +08:00
.env init 2023-12-29 00:27:44 +08:00
.gitignore init 2023-12-29 00:27:44 +08:00
App.jsx 完善获取相册权限文字描述,删除登录前获取剪贴板和应用信息逻辑;更新版本号到1.3.1 2024-04-15 21:05:19 +08:00
README.md 上传文件至 / 2023-12-29 00:26:08 +08:00
app.json 完善获取相册权限文字描述,删除登录前获取剪贴板和应用信息逻辑;更新版本号到1.3.1 2024-04-15 21:05:19 +08:00
babel.config.js init 2023-12-29 00:27:44 +08:00
eas.json 添加环境变量 2024-03-22 16:41:29 +08:00
input.css init 2023-12-29 00:27:44 +08:00
metro.config.js 添加sentry监控报错 2024-03-23 12:46:42 +08:00
package.json 添加expo-build-properties,用于压缩安卓打包大小 2024-03-23 17:47:48 +08:00
tailwind.config.js init 2023-12-29 00:27:44 +08:00
tailwind.css 使MyModal组件可自定义按钮文案;修改获取权限提示文案;简单修复修改头像时关闭权限弹窗会导致无法第二次请求权限的bug 2024-03-25 14:21:16 +08:00
tailwind.json 使MyModal组件可自定义按钮文案;修改获取权限提示文案;简单修复修改头像时关闭权限弹窗会导致无法第二次请求权限的bug 2024-03-25 14:21:16 +08:00
tsconfig.json init 2023-12-29 00:27:44 +08:00
yarn-error.log 增加会员功能、动态功能、获取相册权限前出提示弹窗功能 2024-01-25 03:43:07 +08:00
yarn.lock 添加expo-build-properties,用于压缩安卓打包大小 2024-03-23 17:47:48 +08:00

README.md

@rneui/template

React Native Elements Expo Template

Usage

Stable

    expo init app --template @rneui/template

Stable Typescript

    expo init app --template @rneui/template@ts

Bleeding Edge (Experimental)

    expo init app --template @rneui/template@edge

Bleeding Edge Typescript (Experimental)

    expo init app --template @rneui/template@edge-ts