expo-srcpush
Version:
Expo module for Source Push, a service for over-the-air updates in React Native applications.
12 lines (10 loc) • 447 B
text/typescript
import { withAndroidBuildscriptDependency } from './buildscriptDependency'
import { withAndroidMainApplicationDependency } from './mainApplicationDependency'
import { withAndroidSettingsDependency } from './settingsDependency'
import { withAndroidStringsDependency } from './stringsDependency'
export {
withAndroidBuildscriptDependency,
withAndroidSettingsDependency,
withAndroidStringsDependency,
withAndroidMainApplicationDependency,
}