Welcome to the Integration Configurations repository! This repository contains integration configuration files (integrate.yml
) for various packages, designed to be used with the "react-native-integrate" tool. These configuration files help streamline the process of integrating packages into your React Native projects.
Each package integration has its own directory containing the integrate.yml
configuration file. These files outline the necessary steps and settings for integrating the respective packages.
packages/
├── @react-native-firebase/app/
│ ├── integrate.yml
├── @react-native-firebase/crashlytics/
│ ├── integrate.yml
├── react-native-vision-camera/
│ ├── integrate.yml
└── ...
- Browse the directories to find the integration configuration you need.
- Inside each package's directory, you'll find the
integrate.yml
file. This file contains integration instructions specific to that package. - Use the provided configuration details in conjunction with the "react-native-integrate" tool to seamlessly integrate the package into your React Native project.
Contributions to this repository are welcome! If you have updated or additional integration configurations to contribute, feel free to open a pull request. Please ensure that your contribution follows the established format and guidelines.
This repository and its contents are licensed under the MIT License.
Happy integrating!