An open API service indexing awesome lists of open source software.

https://github.com/imsobear/react-native-examples

Some easy react-native examples
https://github.com/imsobear/react-native-examples

Last synced: 3 months ago
JSON representation

Some easy react-native examples

Awesome Lists containing this project

README

        

# React-Native Examples

## EveryDay:

- Animation: 简单的点击动画,使用 raf 实现

## 总结

### 瞎比比

- 通过 `ref` 获取元素

### debug

- liveReload: 在「模拟器」里点击 `cmd+control+z`, 会出现选择 liveReload 的选项
- 调试:通过 chrome 控制台调试 js, 在「模拟器」里点击 `cmd+control+z`, 选择对应操作
- Reload: liveReload 不是很稳定,在模拟器里可以通过点击 `cmd+r` 来重新加载