@upendra.manike/rn-build-ota-safe
v0.1.1
Published
OTA compatibility checks and rollback helpers for RN apps.
Maintainers
Readme
@rn-build/ota-safe
OTA bundle incompatible with installed native bits.
Install
npm install @rn-build/ota-safeUsage
import { ensureNativeCompatibility } from '@rn-build/ota-safe';
await ensureNativeCompatibility({ nativeVersion: '2.4.0', bundleVersion: '2.4.1-42' });Why it matters
- OTA bundle incompatible with installed native bits.
- Designed for React Native 0.72+
- Ships with CJS/ESM/TS types for AI tooling
