Contribute
To run and develop with the project locally, do the following:
- Clone the repo:
git clone git@github.com:lens-protocol/react-native-lens-ui-kit.git
- Install the dependencies
npm install
# or use yarn, pnpm, etc..
-
Open
watcher.js
and configure the directory of your React Native project (destDir
). -
Run the develop scripts:
npm run dev
Last updated on January 4, 2023