# dd-mobile-bridge **Repository Path**: mirrors_DataDog/dd-mobile-bridge ## Basic Information - **Project Name**: dd-mobile-bridge - **Description**: JSON description of mobile bridges used by cross-plateform or hybrid mobile frameworks (React Native, Xamarin, …) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dd-mobile-bridge > JSON description of mobile bridges used by cross-platform or hybrid mobile frameworks (React Native, Xamarin, …) This repository is used to provide a unified API to interact with all of Datadog's Mobile SDKs. ## API Definition The API definition is provided in the [mobile-bridge-api.json](mobile-bridge-api.json) file. You can also see the definition in a more readable format in [API_REFERENCE.md](API_REFERENCE.md). ## Code generation To ensure that all SDKs do follow the same API definition, python scripts are used to generate the relevant source code in all the dependent projects. Code generation is triggered automatically whenever a new Tag is created on this repository. ## Contributing Pull requests are welcome. First, open an issue to discuss what you would like to change. For more information, read the [Contributing Guide](CONTRIBUTING.md). ## License [Apache License, v2.0](LICENSE)