UNPKG

react-native-zalo-auth

Version:
7 lines 321 B
import { withAppDelegate } from '@expo/config-plugins'; const withZaloAppDelegateDebug = config => withAppDelegate(config, appDelegateConfig => { console.log(appDelegateConfig.modResults.contents); return appDelegateConfig; }); export default withZaloAppDelegateDebug; //# sourceMappingURL=withAppDelegateDebug.js.map