blob: ab27434ddd5f330db38a1ce5d9e92d9187fdcc0a (
plain)
1
2
3
4
5
6
7
8
9
10
|
module.exports = {
dependency: {
platforms: {
ios: {
podspecPath: require('path').resolve(__dirname, 'ReactNativeIOSLibrary.podspec'),
},
android: null, // manually linked in settings.gradle
},
},
};
|