Example for react-native-webview-crypto
August 28, 2016 ยท View on GitHub
This repo serves as an example usage and
end to tend test of react-native-webview-crypto.
Install
- Get setup with React Native
npm install
Usage
Simple run ./node_modules/.bin/react-native run-ios and click on the None text. It should then
executes the code for this tutorial,
encrypting and decrypting with AES. If it is successful, it should display
This is very sensitive stuff. at the end. It should work with the debugger
both on and off
Cavets
This isn't working on the latest version of React Native or Android
because react-native-webview-bridge has not been updated for that yet.