React Native 解决 Navigator.pop 无法传参数

Posted on 2016-11-06 in React-Native • Tagged with React-NativeLeave a comment

使用 navigator.pop 是不能传参数的,但是我们可以通过一些途径来做到传参数。

查看全文

React Native 实现二维码扫描

Posted on 2016-11-01 in React-Native • Tagged with React-NativeLeave a comment

让你的 React Native 应用具有扫一扫功能。

查看全文

在React Native中优雅的使用iconfont

Posted on 2016-05-17 in React-Native • Tagged with React-NativeLeave a comment

在React Native中使用iconfont,不依赖原生代码。

查看全文

React-Native For Android 环境搭建及踩坑

Posted on 2016-03-26 in React-Native • Tagged with React-NativeLeave a comment

React-Native大火大热,官方的环境搭建文档比较详细,但是实际使用中发现情况比较复杂,本文以React-Native Android的环境搭建为例子,说说遇到的坑,希望能帮到你。

查看全文