UNPKG

@adobe/react-native-aepcore

Version:

Adobe Experience Platform support for React Native apps.

6 lines (5 loc) 133 B
interface ILifecycle { extensionVersion: () => Promise<string>; } declare const Lifecycle: ILifecycle; export default Lifecycle;