Skip to content

Latest commit

 

History

History

Example59

React Native Virgil Crypto + React Native 0.59.x

Use this project as a reference for your own React Native 0.59.x project.

We highly suggest you to upgrade to 0.61.x or higher and use this example as a reference to setup your project.

Notable changes

  • Add react-native-virgil-crypto dependency.
  • Add use_frameworks! to Podfile.
  • Manage React dependencies via Podfile. Please have a look at this article for more details.
  • Add pod 'RNVirgilCrypto', path: '../node_modules/react-native-virgil-crypto' to Podfile.

Install

  1. Install JavaScript dependencies:
yarn install
  1. Install iOS dependencies:
cd ios && pod install

Usage

  • Run Metro Bundler
    yarn start
  • Run iOS app
    yarn ios
  • Run Android app
    yarn android

License

This library is released under the 3-clause BSD License.

Support

Our developer support team is here to help you.

You can find us on Twitter or send us email support@VirgilSecurity.com.

Also, get extra help from our support team on Slack.