Skip to content

Contributing

See CONTRIBUTING.md for the full development guide.

Quick start

sh
git clone https://github.com/ThinkGrid-Labs/react-native-shield
cd react-native-shield
pnpm install

Run the example app

sh
# iOS
pnpm example ios

# Android
pnpm example android

Run tests

sh
pnpm test
pnpm typecheck
pnpm lint

Opening issues

Report bugs and request features at github.com/ThinkGrid-Labs/react-native-shield/issues.

Items on the Roadmap marked [ ] are open for contribution — open an issue first to discuss your approach before submitting a PR.

Released under the MIT License.