01 2021 档案

摘要:一、图片上传 //上传图片的库 import * as ImagePicker from 'expo-image-picker' ... //此处利用ActionSheet控件把上传图片分为从相册选择和拍照两种 const pickImage = async () => { ActionSheet. 阅读全文
posted @ 2021-01-16 12:46 QingYuanO 阅读(1060) 评论(0) 推荐(0)
摘要:React Navigation的基本使用(一) 1、下载依赖 //核心构建模块 yarn add @react-navigation/native //堆栈导航器 yarn add @react-navigation/stack //依赖的库 yarn add react-native-gestu 阅读全文
posted @ 2021-01-11 21:46 QingYuanO 阅读(1299) 评论(0) 推荐(0)
摘要:第三方平台转发小程序微信客服消息 @Service @EnableConfigurationProperties({WechatOpenProperties.class}) public class WxOpenService extends WxOpenServiceImpl { private 阅读全文
posted @ 2021-01-08 10:49 QingYuanO 阅读(870) 评论(0) 推荐(0)