# React Native Virgil Crypto + React Native 0.61.x
Use this project as a reference for your own React Native 0.61.x project.

## Notable changes
- Add `react-native-virgil-crypto` dependency.
- Add `use_frameworks!` to [Podfile](ios/Podfile).

## Install
1. Install JavaScript dependencies:
  ```sh
  yarn install
  ```
2. Install iOS dependencies:
  ```sh
  cd ios && pod install
  ```

## Usage
- Run Metro Bundler
  ```sh
  yarn start
  ```
- Run iOS app
  ```sh
  yarn ios
  ```
- Run Android app
  ```sh
  yarn android
  ```

## License
This library is released under the [3-clause BSD License](LICENSE).

## Support
Our developer support team is here to help you.

You can find us on [Twitter](https://twitter.com/VirgilSecurity) or send us email support@VirgilSecurity.com.

Also, get extra help from our support team on [Slack](https://virgilsecurity.com/join-community).
