Remove react-native.config.js to fix autolinking.

Release 4.0.13-15.
This commit is contained in:
Douglas Nassif Roma Junior
2019-07-18 09:51:15 -03:00
parent 11fd255ecf
commit 48d68172b3
2 changed files with 1 additions and 11 deletions

View File

@@ -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": {

View File

@@ -1,10 +0,0 @@
const path = require('path');
module.exports = {
dependency: {
platforms: {
ios: { podspecPath: path.join(__dirname, 'ReactNativeKeyboardManager.podspec') },
android: null
},
},
};