react-native-zalo-auth
Version:
Zalo SDK for React Native
7 lines • 321 B
JavaScript
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