cloudx-react-native
v3.4.5
Published
React Native wrapper for CloudX SDK (iOS & Android)
Readme
CloudX React Native SDK
React Native wrapper for the CloudX SDK.
Full integration docs live in the public docs site. Keep setup guides, ad-format examples, native adapter setup, and public release notes there instead of duplicating them in this repository.
Public Documentation
- React Native integration guide
- Ad format guides:
- React Native changelog
When customer-facing behavior changes, update the docs repo directly and link the docs PR from the SDK or release PR.
Repository Layout
src/- JavaScript and TypeScript API surface consumed by React Native apps.ios/- iOS native bridge overCloudXCore.android/- Android native bridge overio.cloudx:sdk.demo-app/- React Native demo app for manual and automated validation.cloudx-react-native.podspec- CocoaPods package metadata.RELEASE.md- Internal release process.
Development
Install dependencies:
npm installBuild generated package outputs:
npm run prepareRun library checks:
npm run typescript
npm run lintRun the demo app:
cd demo-app
npm install
npm run ios
npm run androidInstall demo iOS pods:
cd demo-app/ios
pod installReleases
Follow RELEASE.md for npm releases, native dependency updates, QA gates, and post-release validation.
Public integration docs and release notes belong in the docs repo.
