https://github.com/deepraining/diary
一个基于 react-native 与 expo 开发的日志应用. A diary application developed by react-native and expo.
https://github.com/deepraining/diary
app application diary exp expo native react react-native
Last synced: about 1 month ago
JSON representation
一个基于 react-native 与 expo 开发的日志应用. A diary application developed by react-native and expo.
- Host: GitHub
- URL: https://github.com/deepraining/diary
- Owner: deepraining
- License: mit
- Created: 2018-08-27T04:10:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T07:00:40.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T18:08:41.687Z (about 1 month ago)
- Topics: app, application, diary, exp, expo, native, react, react-native
- Language: JavaScript
- Homepage:
- Size: 434 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# diary
[中文文档](./README.md)
A diary application developed by [react-native](https://github.com/facebook/react-native) and [expo](https://expo.io).
## demo
[expo - diary - @senntyou](https://expo.io/@senntyou/diary).
## preview



## related
- [react-native](https://github.com/facebook/react-native)
- [expo](https://expo.io)
- [native-base](https://github.com/GeekyAnts/NativeBase)
- [react-navigation](https://github.com/react-navigation/react-navigation)
- [redux](https://github.com/reduxjs/redux)
- [react-redux](https://github.com/reduxjs/react-redux)
- [react-native-timeline-listview](https://github.com/thegamenicorus/react-native-timeline-listview)
- [react-native-datepicker](https://github.com/xgfe/react-native-datepicker)## development
```
# clone repository
git clone https://github.com/senntyou/diary.git# install dependencies
yarn install# dev
expo start
```