# react-native-test
**Repository Path**: yt46767/react-native-test
## Basic Information
- **Project Name**: react-native-test
- **Description**: 我用react-native构建的简单App
- **Primary Language**: HTML
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-04-02
- **Last Updated**: 2022-04-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: React-native
## README
# Sample App
#### Features
* eslint-config-airbnb
* Redux (
redux-thunk, redux-logger)
* Immutable.js
* react-native-router-flux
* Jest snapshot tests. (components only now, work in progress)
* redux-form
#### Description
React Native boilerplate with authorization (redux-form validation) and persistent login.
### Installation
- Mobile App
Clone the repository and run the following commands under your project root:
Must have react-native installed. (https://facebook.github.io/react-native/docs/getting-started.html)
```
npm i
```
Connect a device or use virtual device (https://www.genymotion.com/) and run:
```
react-native run-android
react-native start
```
- Server
Navigate to sampeServer folder.
Run the following commands in sampleServer folder:
```
npm i
node server.js
```
Change apiEndpoint in root/app/urls.js to match server address
------------------------------------------------------------------------------------
ytao
词汇:
--------------
authentication
鉴别、证明
profile
介绍
路由走向:
(核心:react-native-router-flux)
---------------------------------
----index.js
----AppRoot.react.js
----scenes.js
const scenes = Actions.create(
)
export default scenes;
模块说明:
-----------------------------------
------加载模块
splashscreen/SplashScreen.react.js