- react-native中文网
https://reactnative.cn
Mac下开启模拟器的命令:
/Users/wutianci/Library/Android/sdk/tools/emulator -netdelay none -netspeed full -avd Nexus_5X_API_27_x86
-
淘宝 NPM 镜像
http://npm.taobao.org -
ES6入门教程
http://es6.ruanyifeng.com/ -
写给移动开发者的 React Native 指南
http://www.jianshu.com/p/b88944250b25 -
搭建环境+Xcode+AndroidStudio,以及RN中文教程
http://reactnative.cn/docs/0.51/getting-started.html -
配置webstorm的RN代码提示
http://blog.youkuaiyun.com/asddavid/article/details/53256557 -
安装模拟器,并将项目置入模拟器运行
http://www.jianshu.com/p/b3abdc48cbd5 -
Immutable 详解
https://www.cnblogs.com/3body/p/6224010.html -
windows下通过命令行启动android studio自带的安卓模拟器
http://blog.youkuaiyun.com/foreverilu/article/details/51874074
开发日记
17.12.24 你明天熟悉一下flex布局,这样你的布局什么的基本就OK了
布局用的最多的就是View组件 还有text
然后你就解决一部分的入门问题了
剩下的就是网络操作 和自定义组件的东西了
这个是react的基础 如果你懂了react的东西 这个简直就是小菜
- 如何用命令创建 AVD
http://blog.youkuaiyun.com/u010760567/article/details/50993253 - 有哪些 React Native 开发的作品推荐吗?
https://www.zhihu.com/question/37275973 - 如何编译ReactNative示例程序Examples
https://zhidao.baidu.com/question/555553137633963732.html - 【React Native系列教程】构建React Native官方Examples
http://www.cocoachina.com/ios/20170613/19509.html - 运行ReactNative的默认工程UIExplorer
https://www.jianshu.com/p/bcaaf51a9d0b - 搭建ReactNative开源应用f8app环境与踩坑
http://blog.youkuaiyun.com/industriously/article/details/73302207 - 在Mac OS X 下配置Android NDK(配置环境变量)
https://www.jianshu.com/p/b55d562fabd7 - Mac下Android Studio NDK 环境搭建并运行
http://blog.youkuaiyun.com/u011368551/article/details/50897874 - NDK 下载
https://developer.android.google.cn/ndk/downloads/index.html
https://developer.android.google.cn/ndk/downloads/older_releases.html#ndk-10c-downloads
avdmanager中api level不对,需新建一个晚上的Android studio项目,开启avd manager,新建一个6.0 23的模拟器,才可以react-native run-android
Genymotion模拟器代替Visio Studio avd
运行开源RN demo
-
如何运行github上react native项目
http://blog.youkuaiyun.com/shiningchen322/article/details/57881920 -
React Native开源项目如何运行(附一波开源项目)
https://www.jianshu.com/p/240d5ab43a48 -
出现"Unexpected end of JSON input while parsing near"错误解决方法
http://blog.youkuaiyun.com/qq_32013907/article/details/78800511 -
React Native初探
https://www.cnblogs.com/yexiaochai/p/6042112.html -
css sprite精灵图
https://baike.baidu.com/item/css sprite
RN开发APP中引入3D引擎
- Unity引擎编译后的程序是如何运行在iOS和Android上
http://blog.youkuaiyun.com/cbbbc/article/details/50429048 - Android手机3D引擎研究1
http://blog.youkuaiyun.com/Yt7589/article/details/6671162 - iOS系统创建OpenGL ES应用
https://www.jianshu.com/p/26c585105244
理解RN运行原理
-
React Native运行原理解析
https://www.cnblogs.com/guyuehuanhuan/p/6847979.html -
【React Native】从源码一步一步解析它的实现原理
https://www.jianshu.com/p/5cc61ec04b39 -
[置顶] React Native运行原理解析
http://blog.youkuaiyun.com/xiangzhihong8/article/details/52623852 -
React Native 从入门到原理
http://ios.jobbole.com/85788/ -
深入理解React Native页面构建渲染原理
http://blog.youkuaiyun.com/xiangzhihong8/article/details/54425807 -
开发 React Native APP —— 从改造官方Demo开始(一)
https://segmentfault.com/a/1190000013428884 -
这个仓库提供了一个完整的react native app demo,包括集成 react navigation,redux,网络请求及自定义组件
https://github.com/xiaogliu/react_native_complete_demo -
分享 50 个完整的 React Native 项目
https://www.jianshu.com/p/470606826b12 -
React Native八大Demo
http://www.cnblogs.com/gdsblog/p/7275220.html -
30天React Native从零到IOS/Android双平台发布总结
https://www.jianshu.com/p/9a900ec4e035 -
ReactNative 学习资源大汇集
https://www.jianshu.com/p/502391ca134a -
React-Native 开发阵营
https://www.jianshu.com/c/b4ce1d706d1f -
fangwei716/30-days-of-react-native(30天学会react-native)
https://github.com/fangwei716/30-days-of-react-native -
《React-Native系列》React-Native实战系列博客汇总
https://blog.youkuaiyun.com/codetomylaw/article/details/53071969 -
MRN
http://mrn.js.org/manual/installation.html#getting-started
-在设备上运行,前提条件:USB调试
https://reactnative.cn/docs/0.40/running-on-device-android.html#content
-
React Native】在原生项目中集成之坑点总结
https://blog.youkuaiyun.com/u013531824/article/details/53496011 -
Gradle - “enforceUniquePackageName” deprecated with version 3.0.0+?
https://stackoverflow.com/questions/45446087/gradle-enforceuniquepackagename-deprecated-with-version-3-0-0 -
React-Native开发:Android真机调试(小米手机miui9系统)
https://blog.youkuaiyun.com/little_blue_ljy/article/details/79776640 -
react native 远程js调试出现卡顿并出现黄色提示的解决方法
https://www.cnblogs.com/baiban/p/6133204.html -
菜单和app内的操作变成慢动作?
https://784838898.iteye.com/blog/2395917 -
react-navigation
https://reactnavigation.org/docs/zh-Hans/getting-started.html -
react-native-vector-icons的简单使用,图片,按钮,标签视图,导航条
https://www.cnblogs.com/moxiaoyan33/p/5482024.html -
react-native-vector-icons
https://www.npmjs.com/package/react-native-vector-icons#ios -
Beautifully crafted open source icons
https://ionicons.com -
react-native-vector-icons使用
http://www.mamicode.com/info-detail-2343986.html -
git 切换远程仓库地址
https://blog.youkuaiyun.com/yihanzhi/article/details/78801027 -
lovebing/react-native-baidu-map
https://github.com/lovebing/react-native-baidu-map -
react-native-baidu-map( react-anitive 地图 )
https://www.jianshu.com/p/fd8f24eb5b5c?utm_campaign=haruki&utm_content=note&utm_medium=reader_share&utm_source=weixin -
react-native 使用百度地图
http://www.pianshen.com/article/145116402/ -
RN集成react-native-baidu-map及解决遇到的问题
https://www.jianshu.com/p/e7cd1301e18a?from=timeline&isappinstalled=0 -
Android 地图SDK
http://lbsyun.baidu.com/index.php?title=androidsdk/guide/create-project/ak -
react-native-baidu-map npm version
https://www.npmjs.com/package/react-native-baidu-map -
react-native-baidu-map(1.0.6)
https://blog.youkuaiyun.com/qq_39910762/article/details/87630886
(注:项目的react-native版本对应为 “0.57.5”;若不对应则出现:BaiduMapView was not found in the UIManager)
-qiuxiang/react-native-amap3
https://github.com/qiuxiang/react-native-amap3d
-
React Native 高德地图组件的使用(react-native-amap3d)
https://www.jianshu.com/p/fe90fc6a0308 -
自己跑demo的时候遇到bug:Only one Looper may be created per thread以下是解决方案
https://github.com/qiuxiang/react-native-amap3d/issues/166 -
react-native-baidu-map/example/App.js
https://github.com/lovebing/react-native-baidu-map/blob/master/example/App.js -
React Native获取地理位置(获取具体城市、经纬度)
https://blog.youkuaiyun.com/laijinhui1995/article/details/78191439 -
使用了react-navigation制作了底部导航,页面切换后地图显示异常 #205
https://github.com/lovebing/react-native-baidu-map/issues/205 -
安卓 使用Geolocation.getCurrentPosition 方法返回结果没有信息 #228
https://github.com/lovebing/react-native-baidu-map/issues/228 -
Elasticsearch距离排序编辑:检索结果可以按与指定点的距离排序
https://www.elastic.co/guide/cn/elasticsearch/guide/current/sorting-by-distance.html -
自定义react-navigation的TabBarComponent
https://www.jianshu.com/p/6008d004655d -
React-Navigation V2 使用教程 (一) createStackNavigator
https://blog.youkuaiyun.com/u011272795/article/details/80915040 -
react-native-webview
https://www.npmjs.com/package/react-native-webview -
react-native仿微信
https://github.com/yubo725/rn-wechat -
React-native 仿微信发布图片拖拽删除
https://www.jianshu.com/p/c8fcf303d457 -
React-Native动态标题栏(仿微信)
https://www.jianshu.com/p/98842e618e4d -
React Native(九)——实现仿微信朋友圈发表动态功能
https://www.cnblogs.com/zhengyeye/p/7880358.html -
ReactNative实战之仿微信客户端
https://blog.youkuaiyun.com/yubo_725/article/details/72886264 -
使用ReactNative开发的仿微信客户端
https://blog.youkuaiyun.com/sinat_17775997/article/details/77285505 -
react native仿微信性别选择-自定义弹出框
https://www.cnblogs.com/vipstone/p/7816047.html -
react native仿微信PopupWindow效果
https://xiangzhihong.iteye.com/blog/2393480 -
高仿美团客户端 React-Native版,支持iOS、Android
http://react-china.org/t/react-native-ios-android/14548 -
java 实现搜索附近人功能
https://blog.youkuaiyun.com/lchq1995/article/details/70212644 -
java 实现微信搜索附近人功能
https://1028826685.iteye.com/blog/2195587 -
SpringBoot入门教程(五)Java基于MySQL实现附近的人
https://www.cnblogs.com/toutou/p/9771386.html -
mysql下计算两点经纬度之间的距离
https://www.cnblogs.com/toutou/p/9771386.html -
java获取附近的人
http://blog.sina.com.cn/s/blog_49b531af0102vzsc.html -
如何实现微信附近的人功能?
https://segmentfault.com/q/1010000012908775 -
GVPjeecp / open-capacity-platform——基于layui+springcloud的企业级微服务框架(用户权限管理,配置中心管理,应用管理,…),Layui.js
https://gitee.com/owenwangwen/open-capacity-platform
http://59.110.164.254:8066 admin/admin -
open-capacity-platform使用手册
https://www.kancloud.cn/owenwangwen/open-capacity-platform/1048258 -
GVPSun / JeeSpringCloud——基于SpringBoot2.0的后台权限管理系统界面简洁美观敏捷开发系统架构。核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖,VUE.js
https://gitee.com/JeeHuangBingGui/jeeSpringCloud -
GVPsmallchill / SpringBlade——SpringBlade 是由一个商业级项目升级优化而来的SpringCloud微服务架构,采用Java8 API重构了业务代码,完全遵循阿里巴巴编码规范。采用Spring Boot 2 、Spring Cloud Finchley 、Mybatis 等核心技术,同时提供基于React和Vue的两个前端框架用于快速搭建企业级的SaaS多租户微服务平台,React.js
https://gitee.com/smallc/SpringBlade -
smallchill / Sword ——基于react
https://gitee.com/smallc/Sword -
mysql 5.7 创建存储过程报错(sequel不支持CREATE FUNCTION)
https://blog.youkuaiyun.com/crazyboy12138/article/details/80781822 -
lombock下载安装IDEA
https://projectlombok.org/download -
Windows下使用CMD命令进入和退出MySQL数据库
https://www.cnblogs.com/zhangwy1024/p/8880656.html -
IntelliJ IDEA lombok插件的安装和使用
https://jingyan.baidu.com/article/0a52e3f4e53ca1bf63ed725c.html -
Maven本地仓库配置的正确姿势(Idea中配置不管用)
https://blog.youkuaiyun.com/u012604745/article/details/80609258 -
MySQL5.7 添加用户、删除用户与授权
https://www.cnblogs.com/xujishou/p/6306765.html -
Mysql 水平分表、垂直分表、水平分库、垂直分库
https://blog.youkuaiyun.com/qq_23864697/article/details/79499529 -
四种mysql存储引擎
https://www.cnblogs.com/wcwen1990/p/6655416.html -
Spring batch的学习
https://www.cnblogs.com/kevin443/p/6753703.html -
JSR 303 - Bean Validation 介绍及最佳实践
https://www.ibm.com/developerworks/cn/java/j-lo-jsr303/index.html -
将ik分词器,pinyin分词器,繁简体转换等插件分别安装完成