mirror of
https://github.com/zhigang1992/react-native-keyboard-manager.git
synced 2026-01-12 22:50:32 +08:00
11 lines
230 B
JavaScript
11 lines
230 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = {
|
|
dependency: {
|
|
platforms: {
|
|
ios: { podspecPath: path.join(__dirname, 'ReactNativeKeyboardManager.podspec') },
|
|
android: null
|
|
},
|
|
},
|
|
};
|