基于React Native的Leanote云笔记应用 https://leanote.com/
<img width="450"src="https://github.com/leanote/leanote-ios-rn/blob/master/screenshot/login.png">
<img width="450"src="https://github.com/leanote/leanote-ios-rn/blob/master/screenshot/register.png">
<img width="450"src="https://github.com/leanote/leanote-ios-rn/blob/master/screenshot/home.png">
<img width="450"src="https://github.com/leanote/leanote-ios-rn/blob/master/screenshot/drawer.png">
- 登录
- 注册
- 所有笔记视图
- 笔记和笔记本增量更新
- HTML和Markdown显示
- 笔记编辑器(wordpress编辑器)集成
- 个人账户视图和逻辑的实现
- 笔记显示页面使用webview展示
- 特定笔记本的显示
- 关于我们视图
- 代码重构
安装:
You then need to add the Objective C part to your XCode project. Drag
AIBSQLite.xcodeproj
from the node_modules/react-native-sqlite
folder into your XCode projec. Click on the your project in XCode, goto Build Phases
then Link Binary With Libraries
and add libAIBSQLite.a
and libsqlite3.dylib
.