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
- Host: GitHub
- URL: https://github.com/imsobear/react-native-examples
- Owner: imsobear
- Created: 2015-05-03T15:07:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T15:23:17.000Z (about 10 years ago)
- Last Synced: 2025-01-22T20:51:30.194Z (5 months ago)
- Language: Objective-C
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` 来重新加载