REACT-NATIVE March 04, 2018

react-native学习资源大汇聚

Words count 25k Reading time 23 mins.

React Native着力于提高多平台开发的开发效率 —— 仅需学习一次,编写任何平台。(Learn once, write anywhere)。


本文汇集了React-Native各类学习资...

Read article

REACT-NATIVE March 01, 2018

react-native使用过程中的报错(持续更新中)

Words count 5.4k Reading time 5 mins.


解决方法:将项目目录下 node_modules/react-native/local-cli/core/fixtures/files/package.json删除

如果还出现这个错误

解决方案:删除重新安装react-native-vector-icons 安装完成后执行
react-native link 继续修改问题1的错误

解决方案:


接下来解释一下,首先看第一步:把node_modules/react-native-vector-icons下的fonts文件添加到工程中,这时候往往忽...

Read article

REACT-NATIVE February 11, 2018

react-native UI组件

Words count 2.7k Reading time 2 mins.

react-native 官网
react-native 中文官网

1.ActivityIndicator 显示一个圆形的loading提示符号。
2.Button 按钮
3.DataPickerIOS ios日期选择组件
4.DrawerLayoutAndriod andriod抽屉导航
5.FlatList 高性能简单列表组件
6.Image 图片组件
7.KeybordAvoiding View 手机上弹出的键盘常常会挡住当前的视图。本组件可以自动根据键盘的位置,调整自身的position或底部的padding...

Read article

REACT-NATIVE February 11, 2018

React-native API

Words count 3.6k Reading time 3 mins.

最近在学习react-native,而且重新利用hexo 构建了自己的主页。 之前也在csdn,简书也写过博客,打算利用空闲时间把博客迁移进来。
进入主题吧。
————————————————
react-native 官网
react-native 中文官网

  • 1.AccessibilityInfo 无障碍功能 给残障人士使用
  • 2.ActionSheetIOS IOS底部弹出选择框 (分享,选择)
  • 3.Alert 调用手机原生弹框
  • 4.AlertIOS 启动一个提示对话框,包含对应的标题和信息。...
Read article
0%