UNPKG

react-native-unit-components

Version:

Unit React Native components

10 lines 289 B
import { TurboModule } from 'react-native'; interface Spec extends TurboModule { getAppName(): string; getVersion(): string; getBuildNumber(): string; getAppIdentifier(): string; } declare const _default: Spec; export default _default; //# sourceMappingURL=AppInfo.d.ts.map