UNPKG

react-native-qr-kit

Version:

Fast, fully native QR code toolkit for React Native. Decode single or multiple QR codes from images or base64, and generate QR codes โ€” all offline, on-device, with native Android & IOS performance. Perfect for local QR code scanning and generation in your

24 lines (18 loc) โ€ข 1.06 kB
# Contributing to react-native-qr-kit Thank you for your interest in contributing! Please follow these guidelines to help us maintain a high-quality project. ## ๐Ÿšฆ Pull Requests - **Target branch:** All pull requests must be made against the `open-dev` branch. - **Testing:** Your code must be fully tested. Please ensure all features and bug fixes are covered by tests or manual testing. - **Description:** Clearly describe your changes and why they are needed. - **Checklist:** - [ ] Code builds and runs without errors - [ ] All features tested on Android (and iOS if/when supported) - [ ] No breaking changes for existing users - [ ] Documentation updated if needed ## ๐Ÿงช Testing - Please test your changes using the Example app in the `Example` folder (see GitHub repo). - Add screenshots or screen recordings for UI changes if possible. ## ๐Ÿ“„ Other Notes - Follow the [Code of Conduct](./CODE_OF_CONDUCT.md). - For major changes, open an issue first to discuss what you would like to change. Thank you for helping make this project better!