Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeng94 committed Jan 5, 2018
1 parent 4710d09 commit 62af85b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
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)
Binary file added Screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62af85b

Please sign in to comment.