-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,28 @@ | ||
# Webx | ||
|
||
See the [docs on the website](Screenshots/1.png). | ||
An encryption tool for simple message transmission. | ||
|
||
# Running tests | ||
# Running Webx | ||
|
||
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see [Testing](https://facebook.github.io/react-native/docs/testing.html). | ||
``` | ||
# Install Debug Dependencies | ||
npm install react-native-cli -g | ||
npm install | ||
# Build Android JS Bundle (required after each modification) | ||
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android\app\src\main\assets\index.android.bundle --assets-dest android\app\src\main\res | ||
# Run Android | ||
react-native run-android | ||
# Run iOS | ||
react-native run-ios | ||
``` | ||
|
||
# Build APK | ||
|
||
See [Generating Signed APK](https://facebook.github.io/react-native/docs/signed-apk-android.html) | ||
|
||
# Screenshots | ||
|
||
![](Screenshots/1.png | width=300)![](Screenshots/2.png | width=300)![](Screenshots/3.png | width=300) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.