UNPKG

smartech-appinbox-expo-plugin

Version:

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

5 lines (4 loc) 212 B
import { ConfigPlugin } from '@expo/config-plugins'; import { SmartechAppInboxProps } from './smartechAppInboxProps'; declare const withAppInbox: ConfigPlugin<SmartechAppInboxProps>; export default withAppInbox;