基于React Native开发,适配iOS。
项目的目的是为方便记录每天生活所需。
项目同时适合react native的练手学习,覆盖了各种框架的使用,与原生的交互等。
随着项目的使用情况和反馈,将时不时根据更新并完善用户体验与功能优化吗,欢迎提出问题。
1、配置好react native开发环境,可参阅 【搭建环境】 | 【React Native开发(一、入门)】
2、clone代码,根目录下执行npm install
安装node_modules(太慢建议科学上网或使用淘宝镜像)
3、打开xcode运行或执行react-native run-ios
4、如提示账号错误,更改General->Bundle Identifier
为其他id(随便写一个即可)
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- react-navigation@^1.0.0-beta.22
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- 其他细节库省略
在这里实现了主要功能,但像是设置页面中的大部分功能(除分享)外都没有添加,后期有时间会陆续加上。
- 添加日记
- 选择图片
- 首页展示及动画
- 删除/修改日记
- 分享
- 1、xcode的运行,第一次下载 react native 和 realm 相关包比较耗时。
- 2、npm安装失败,建议删除node_modules或清除缓存后重试。
react-native上手不难,恶心点在于你需要了解iOS和Android,否则在原声交互上会很费事,其次是需要把react-native全家桶都学一遍,这样开发才会感觉流畅。
建议可以看看黑马的5天react-native商城界面搭建教程,然后一步步来。
MIT License.