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

https://github.com/youngmonkeys/ezyfox-server-react-native-client

ezyfox-react-native-client
https://github.com/youngmonkeys/ezyfox-server-react-native-client

react-native react-native-an react-native-ios react-native-library react-native-socket socket socket-client tcp-socket

Last synced: about 2 months ago
JSON representation

ezyfox-react-native-client

Awesome Lists containing this project

README

        

# ezyfox-server-react-native-client

react native client for [ezyfox server](https://github.com/youngmonkeys/ezyfox-server)

# Documentation

[https://youngmonkeys.org/ezyfox-react-native-client-sdk/](https://youngmonkeys.org/ezyfox-react-native-client-sdk/)

# Architecture

# Prepare

1. Download and install [JDK 8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html)
2. Download and install [Android Studio](https://developer.android.com/studio)
3. Download and install [Xcode](https://developer.apple.com/xcode/)
4. Download and install [npm via Node.js](https://nodejs.org/en/download/)
5. Setup environment [https://reactnative.dev/docs/environment-setup](https://reactnative.dev/docs/environment-setup)

# How to test?

### 1. Install module
- using yarn:
```
git clone https://github.com/youngmonkeys/ezyfox-server-react-native-client.git && cd ezyfox-server-react-native-client/example && yarn
```
- using npm:
```
git clone https://github.com/youngmonkeys/ezyfox-server-react-native-client.git && cd ezyfox-server-react-native-client/example && npm i
```
### 2. Run iOS

- Build and Run on Xcode for iOS, don't forget to run `pod install`

### 3. Run Android

- Run `npx react-native run-android` first
- Build and run on Android Studio for Android

### 4. Where need I click?

- Please fill any username and password or keep default value
- Click `Login` button and everything done

# Contact us

- Touch us on [Facebook](https://www.facebook.com/youngmonkeys.org)
- Ask us on [stackask.com](https://stackask.com)
- Email to me [Dzung](mailto:[email protected])