An open API service indexing awesome lists of open source software.

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

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