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 installRun the example app
sh
# iOS
pnpm example ios
# Android
pnpm example androidRun tests
sh
pnpm test
pnpm typecheck
pnpm lintOpening 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.