UNPKG

smartech-appinbox-expo-plugin

Version:

Smartech AppInbox Expo SDK's React Native Plugin For React Native Projects.

8 lines (7 loc) 149 B
export type SmartechAppInboxProps = { android: androidConfig; }; type androidConfig = { SMARTECH_APPINBOX_SDK_VERSION: string; }; export {};