This repo serves as an example usage and
end to tend test of react-native-webview-crypto
.
- Get setup with React Native
npm install
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
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.