module.exports = { dependency: { platforms: { ios: { podspecPath: require('path').resolve(__dirname, 'ReactNativeIOSLibrary.podspec'), }, android: null, // manually linked in settings.gradle }, }, };