Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ele828/leanote-ios-rn
Leanote iOS App based on React Native
https://github.com/ele828/leanote-ios-rn
cloud ios leanote notes react-native
Last synced: 19 days ago
JSON representation
Leanote iOS App based on React Native
- Host: GitHub
- URL: https://github.com/ele828/leanote-ios-rn
- Owner: ele828
- Created: 2015-04-27T03:16:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T20:14:48.000Z (about 8 years ago)
- Last Synced: 2024-05-21T15:19:06.789Z (8 months ago)
- Topics: cloud, ios, leanote, notes, react-native
- Language: JavaScript
- Homepage: https://leanote.com/
- Size: 10.2 MB
- Stars: 222
- Watchers: 19
- Forks: 61
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![leanote](https://github.com/leanote/leanote-ios-rn/blob/master/iOS/Images.xcassets/lealogo.imageset/lealogo.png)
# Leanote for iOS
基于React Native的Leanote云笔记应用 https://leanote.com/# 截图
# 已实现的功能
1. 登录
2. 注册
3. 所有笔记视图
4. 笔记和笔记本增量更新# Todos
1. HTML和Markdown显示
2. 笔记编辑器(wordpress编辑器)集成
3. 个人账户视图和逻辑的实现
4. 笔记显示页面使用webview展示
5. 特定笔记本的显示
6. 关于我们视图
7. 代码重构# 依赖 react-native-sqlite
安装:
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`.