Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.58 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.58 KB

Integration Configurations Repository

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.

What's Inside

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.

Repository Structure

packages/
├── @react-native-firebase/app/
│   ├── integrate.yml
├── @react-native-firebase/crashlytics/
│   ├── integrate.yml
├── react-native-vision-camera/
│   ├── integrate.yml
└── ...

How to Use

  1. Browse the directories to find the integration configuration you need.
  2. Inside each package's directory, you'll find the integrate.yml file. This file contains integration instructions specific to that package.
  3. Use the provided configuration details in conjunction with the "react-native-integrate" tool to seamlessly integrate the package into your React Native project.

Contributing

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.

License

This repository and its contents are licensed under the MIT License.

Happy integrating!