Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.17 KB

File metadata and controls

15 lines (11 loc) · 1.17 KB

Setup Libindy for Android

  1. Make sure you have added indy-sdk-react-native as a dependency to your project. If not please first see the React Native Setup guide.
  2. Follow the Android installation steps from the RN Indy SDK docs here
    • Step 4 of the RN Indy SDK tutorial requires you to download and add binaries to the project. You can also copy the jniLibs from here
  3. You now have libindy installed for Android. You can continue with the React Native Setup

An example Android project making use of Aries Framework JavaScript in React Native is Aries Mobile Agent React Native.

Resources