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

https://github.com/betacatpro/rn-xiaohongshu

React Native 版 Android 端小红书 App
https://github.com/betacatpro/rn-xiaohongshu

mobx react-native typescript

Last synced: about 2 months ago
JSON representation

React Native 版 Android 端小红书 App

Awesome Lists containing this project

README

        

## Environment

- JDK 11.0.2 / JDK 17.0.1
- Node 14.18.0 / Node 18.14.0
- React-Native 0.71.8 (低于 0.67 版本的 React Native 需要 JDK 1.8 版本)
- Android Studio : android-studio-2022.2.1.19-windows

#### 启动服务端

```shell
cd ./server

npm install

npm run dev
```

#### 启动客户端

在项目根目录下运行

```shell
npm install

npm run android
```

tips: 需要保证 android 端能访问到 server 提供的服务

## Example Pages

登录页:

-



-



-



首页:

-



-



消息页:

-



-



个人中心页:

-



-