mirror of
https://github.com/zhigang1992/react-native-keyboard-manager.git
synced 2026-01-12 17:42:34 +08:00
Remove react-native.config.js to fix autolinking.
Release 4.0.13-15.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-keyboard-manager",
|
||||
"version": "4.0.13-14",
|
||||
"version": "4.0.13-15",
|
||||
"description": "Library that allows to prevent issues of keyboard sliding up and cover on React-Native iOS projects. ⚛",
|
||||
"private": false,
|
||||
"repository": {
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
dependency: {
|
||||
platforms: {
|
||||
ios: { podspecPath: path.join(__dirname, 'ReactNativeKeyboardManager.podspec') },
|
||||
android: null
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user