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
- Host: GitHub
- URL: https://github.com/betacatpro/rn-xiaohongshu
- Owner: BetaCatPro
- Created: 2023-05-22T08:08:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T10:41:28.000Z (about 2 months ago)
- Last Synced: 2025-03-22T11:19:33.716Z (about 2 months ago)
- Topics: mobx, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 44.3 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 ./servernpm install
npm run dev
```#### 启动客户端
在项目根目录下运行
```shell
npm installnpm run android
```tips: 需要保证 android 端能访问到 server 提供的服务
## Example Pages
登录页:
-
![]()
-
![]()
-
![]()
首页:
-
![]()
-
![]()
消息页:
-
![]()
-
![]()
个人中心页:
-
![]()
-
![]()