diff --git a/README.md b/README.md index 7763bba..6461253 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +``` +# 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) \ No newline at end of file diff --git a/Screenshots/3.png b/Screenshots/3.png new file mode 100644 index 0000000..23ff405 Binary files /dev/null and b/Screenshots/3.png differ