UNPKG

@giphy/react-native-sdk

Version:
9 lines (6 loc) 179 B
const withGiphyRNSdk = (config) => { if (!config.ios) config.ios = {} if (!config.ios.infoPlist) config.ios.infoPlist = {} return config } module.exports = withGiphyRNSdk