webview-crypto / react-native-webview-crypto-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example for react-native-webview-crypto

This repo serves as an example usage and end to tend test of react-native-webview-crypto.

Install

  1. Get setup with React Native
  2. 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.

About


Languages

Language:Objective-C 39.0%Language:JavaScript 35.7%Language:Python 14.4%Language:Java 10.9%