Setup
To use the React Hooks package, you need to have set up Aries Framework JavaScript according to the AFJ repository (See Getting Started section).
Installation
To add the React Hooks package to your project (after completing the setup step above), simply run:
- npm
- Yarn
npm i @aries-framework/react-hooks
yarn add @aries-framework/react-hooks