react-native

React Native 开发之 IDE 选型和配置

从运行Facebook的react-native example开始

看看alloy 和 fed 如何踩坑前进

React Native Android 踩坑之旅

三步将 React Native 项目运行在 Web 浏览器上面

react native 作品

React Native Playground: Share and test your React Native code in the browser

为什么使用react native

react-native可以集合android,ios通过java和object-c编写native module提供给js做接口使用。这样在js中就可以使用mobile底层的权限。

react native 如何运行

react-native_第1张图片

react-natvie init package初始化一个react-native项目

react-native和js一样运行在mobile的webview中,和meteor,apicloud都属于js,不同的是react-native中除了index.android.js和index.ios.js还有有android 和 iOS两个文件夹,用来声明NativeModules

学院入门

干货

» React-Native-源码分析 墨迹js-mojijs.com

浅析ReactNative之通信机制(一) -

你可能感兴趣的:(react-native)