Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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客户端

Awesome Lists containing this project

README

        

# React-Native-V2EX

基于React-Native构建的V2EX客户端

### Dev

> 本项目在windows环境下开发, mac下请自行测试

```
yarn

yarn start

// start simulator
yarn android
```

### Build

```
cd android

gradlew 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)