Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 869 Bytes

File metadata and controls

40 lines (31 loc) · 869 Bytes

Contributing to react-native-session-timeout

Thank you for your interest in contributing! We welcome contributions from the community.

Development Setup

  1. Fork and clone the repository
  2. Install dependencies:
    yarn install
  3. Run the example app:
    yarn example start

Pull Request Process

  1. Create a new branch for your feature/fix
  2. Make your changes
  3. Add tests if applicable
  4. Run linting: yarn lint
  5. Run TypeScript check: yarn typescript
  6. Submit a pull request

Code Style

  • Follow the existing code style
  • Use TypeScript for all new code
  • Write clear commit messages
  • Document new features in README.md

Reporting Issues

When reporting issues, please include:

  • Device and OS version
  • React Native version
  • Steps to reproduce
  • Expected vs actual behavior
  • Code samples if applicable