https://github.com/react-native-integrate/integrate
Single-command integration and upgrade for React Native
https://github.com/react-native-integrate/integrate
integrate integration react-native upgrade upgrade-helper
Last synced: 3 months ago
JSON representation
Single-command integration and upgrade for React Native
- Host: GitHub
- URL: https://github.com/react-native-integrate/integrate
- Owner: react-native-integrate
- License: mit
- Created: 2024-03-17T05:16:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T10:16:39.000Z (3 months ago)
- Last Synced: 2025-02-24T11:29:06.808Z (3 months ago)
- Topics: integrate, integration, react-native, upgrade, upgrade-helper
- Language: TypeScript
- Homepage: https://react-native-integrate.github.io/integrate/
- Size: 4.36 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# React Native Integrate
[![npm package][npm-img]][npm-url]
[![Build Status][build-img]][build-url]
[![Downloads][downloads-img]][downloads-url]
[![Code Coverage][codecov-img]][codecov-url]**Single-command integration and upgrade for React Native**
## Key Features
- **Package Integration**: Automates native code modifications required by third-party packages.
- **Upgrade Assistance**: Helps upgrade React Native projects with minimal manual effort.
- **Custom Configuration**: Allows developers to define custom integration steps.## Try now!
```bash
# Install a package with your favorite pm
npm install react-native-vision-camera# Integrate the package
npx react-native-integrate react-native-vision-camera
```## Documentation
Check [https://react-native-integrate.github.io/integrate](https://react-native-integrate.github.io/integrate) to get started.
## Contribution
Contributions are welcome! If you find any issues, have suggestions feel free to submit a pull request or open an issue. For major changes, please discuss the proposed changes with us first.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
[build-img]:https://github.com/react-native-integrate/integrate/actions/workflows/release.yml/badge.svg
[build-url]:https://github.comreact-native-integrate/integrate/actions/workflows/release.yml
[downloads-img]:https://img.shields.io/npm/dt/react-native-integrate
[downloads-url]:https://www.npmtrends.com/react-native-integrate
[npm-img]:https://img.shields.io/npm/v/react-native-integrate
[npm-url]:https://www.npmjs.com/package/react-native-integrate
[codecov-img]:https://codecov.io/gh/react-native-integrate/integrate/branch/main/graph/badge.svg
[codecov-url]:https://codecov.io/gh/react-native-integrate/integrate