react-native-integrate
Version:
Automate integration of additional code into React Native projects
57 lines (38 loc) • 2.03 kB
Markdown
# 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
```

## Upgrade React Native
```bash
# Upgrade project to the latest RN version
npx react-native-integrate upgrade
```

## Documentation
Visit [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