Contributing
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Install dependencies (
yarn install) - Make your changes
- Run tests (
yarn test) - Run linting (
yarn lint) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Development Setup
# Install dependencies
yarn install
# Run tests
yarn test
# Run linting
yarn lint
# Build the Expo plugin
yarn build-plugin
# Run the example app
cd example && yarn install
yarn ios # or yarn android
👥 Authors
Maintained by Kesha Antonov
Based on react-native-background-downloader by Elad Gil (unmaintained since 2019)
Please note that this project is maintained in free time. If you find it helpful, please consider becoming a sponsor.