06 2020 档案

摘要:reactnative中没有双击事件,只能通过setTimeout实现 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <button id='btn'>click me</but 阅读全文
posted @ 2020-06-29 11:13 _DC 阅读(1320) 评论(0) 推荐(0) 编辑
摘要:https://github.com/yamill/react-native-orientation 阅读全文
posted @ 2020-06-21 22:26 _DC 阅读(709) 评论(0) 推荐(0) 编辑
摘要:6版本以上的react-native会自动引入包,不需要手动link 只需在AndroidManifest.xml加入权限即可 <uses-permission android:name="android.permission.INTERNET" /> <uses-permission androi 阅读全文
posted @ 2020-06-11 14:47 _DC 阅读(413) 评论(0) 推荐(0) 编辑
摘要:react-native@0.59.10 1.install npm install react-navigation@2.18.2 2.in App.js import React from 'react'; import { View, Text, Button } from 'react-na 阅读全文
posted @ 2020-06-11 10:29 _DC 阅读(173) 评论(0) 推荐(0) 编辑
摘要:1.安装 npm install --save react-native-vector-icons 2.配置: Android: 方法1: react-native link react-native-vector-icons 方法2: 在android/app/build.gradle 第二行添加 阅读全文
posted @ 2020-06-11 10:09 _DC 阅读(545) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/u011311291/article/details/87923540 阅读全文
posted @ 2020-06-09 20:36 _DC 阅读(473) 评论(0) 推荐(0) 编辑