https://github.com/react-native-integrate/configs
https://github.com/react-native-integrate/configs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/react-native-integrate/configs
- Owner: react-native-integrate
- License: mit
- Created: 2024-03-17T05:19:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T17:32:35.000Z (11 months ago)
- Last Synced: 2025-12-13T01:33:09.762Z (7 months ago)
- Language: Objective-C
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](LICENSE).
Happy integrating!