UNPKG

schoolx-ota-manager

Version:

React Native library for managing OTA updates with GitLab integration

6 lines 274 B
// Main exports export { OtaManager } from './OtaManager'; export { OTAUpdate, withOTAUpdate } from './components/OTAUpdate'; export { GitLabService } from './services/GitLabService'; export { VersionChecker } from './utils/VersionChecker'; //# sourceMappingURL=index.js.map