Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cacivy/react-native-v2ex
基于React-Native构建的V2EX客户端
https://github.com/cacivy/react-native-v2ex
immer react-native react-navigation styled-components v2ex
Last synced: about 1 month ago
JSON representation
基于React-Native构建的V2EX客户端
- Host: GitHub
- URL: https://github.com/cacivy/react-native-v2ex
- Owner: Cacivy
- Created: 2018-04-11T03:20:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T02:04:29.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T21:48:10.311Z (3 months ago)
- Topics: immer, react-native, react-navigation, styled-components, v2ex
- Language: JavaScript
- Size: 388 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Native-V2EX
基于React-Native构建的V2EX客户端
### Dev
> 本项目在windows环境下开发, mac下请自行测试
```
yarnyarn start
// start simulator
yarn android
```### Build
```
cd androidgradlew assembleRelease
gradlew installRelease
```+ [v2ex api](https://github.com/djyde/V2EX-API) fetch
+ 路由 react-navigation
+ 本地存储 AsyncStorage
+ styled-components
+ immer
+ timeago.js#### Question
[滚动tab默认选中样式问题](https://github.com/skv-headless/react-native-scrollable-tab-view/issues/712)