Thank you for your interest in contributing! We welcome contributions from the community.
- Fork and clone the repository
- Install dependencies:
yarn install
- Run the example app:
yarn example start
- Create a new branch for your feature/fix
- Make your changes
- Add tests if applicable
- Run linting:
yarn lint - Run TypeScript check:
yarn typescript - Submit a pull request
- Follow the existing code style
- Use TypeScript for all new code
- Write clear commit messages
- Document new features in README.md
When reporting issues, please include:
- Device and OS version
- React Native version
- Steps to reproduce
- Expected vs actual behavior
- Code samples if applicable