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
- Host: GitHub
- URL: https://github.com/youngmonkeys/ezyfox-server-react-native-client
- Owner: youngmonkeys
- License: apache-2.0
- Created: 2018-10-24T11:30:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T08:47:56.000Z (almost 2 years ago)
- Last Synced: 2025-04-24T23:50:10.007Z (2 months ago)
- Topics: react-native, react-native-an, react-native-ios, react-native-library, react-native-socket, socket, socket-client, tcp-socket
- Language: Java
- Size: 1.84 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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])