会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DC
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
17
下一页
2020年7月18日
React Native pod install错误 SDK "iphoneos" cannot be located
摘要: 给Xcode命令行工具指定路径 sudo xcode-select --switch /Applications/Xcode.app 其他命令参考 $ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/ //查
阅读全文
posted @ 2020-07-18 11:56 _DC
阅读(346)
评论(0)
推荐(0)
2020年7月5日
react-native 关闭黄屏警告
摘要: 将代码放在index.js 中 AppRegistry.registerComponent('App', () => App)之前 //关闭其中某些yellow警告 console.ignoredYellowBox = ['Warning: BackAndroid is deprecated. Pl
阅读全文
posted @ 2020-07-05 18:07 _DC
阅读(374)
评论(0)
推荐(0)
2020年6月29日
reactnative js onclick 模拟单击/双击事件
摘要: 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
阅读(1346)
评论(0)
推荐(0)
2020年6月21日
reactnative 监听屏幕方向变化
摘要: https://github.com/yamill/react-native-orientation
阅读全文
posted @ 2020-06-21 22:26 _DC
阅读(722)
评论(0)
推荐(0)
2020年6月11日
reactnative0.61.2 使用react-native-webrtc
摘要: 6版本以上的react-native会自动引入包,不需要手动link 只需在AndroidManifest.xml加入权限即可 <uses-permission android:name="android.permission.INTERNET" /> <uses-permission androi
阅读全文
posted @ 2020-06-11 14:47 _DC
阅读(432)
评论(0)
推荐(0)
use react-navigation@2.18.2
摘要: 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
阅读(178)
评论(0)
推荐(0)
使用react-native-vector-icons矢量图标库
摘要: 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
阅读(579)
评论(0)
推荐(0)
2020年6月9日
mysql修改root密码(包括远程登录密码)
摘要: https://blog.csdn.net/u011311291/article/details/87923540
阅读全文
posted @ 2020-06-09 20:36 _DC
阅读(478)
评论(0)
推荐(0)
2020年5月27日
nodejs-websocket的基本使用
摘要: nodejs-websocket是nodejs的websocket模块 服务端: var ws = require('nodejs-websocket'); var wsPort = 3000; var peers = []; var server = ws.createServer(functio
阅读全文
posted @ 2020-05-27 11:00 _DC
阅读(1987)
评论(0)
推荐(0)
2020年5月20日
Ubuntu18.04 设置开机进入命令行模式
摘要: https://www.cnblogs.com/Taskr212/p/11228210.html
阅读全文
posted @ 2020-05-20 11:21 _DC
阅读(1259)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
17
下一页
公告