react-native-ios-popover/react-native.config.js
2020-12-10 17:54:38 +08:00

8 lines
121 B
JavaScript

module.exports = {
project: {
android: null,
ios: {
project: './ios/IosPopover.xcodeproj',
},
},
};