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