Contribution

Contribute

To run and develop with the project locally, do the following:

  1. Clone the repo:
git clone git@github.com:lens-protocol/react-native-lens-ui-kit.git
  1. Install the dependencies
npm install
# or use yarn, pnpm, etc..
  1. Open watcher.js and configure the directory of your React Native project (destDir).

  2. Run the develop scripts:

npm run dev
Last updated on January 4, 2023