From 53494251a3a3c52140d4a766e248b0208a832865 Mon Sep 17 00:00:00 2001 From: Bell Date: Fri, 12 Oct 2018 13:58:52 +0800 Subject: [PATCH] fix: remove modal, because you can add modal by yourself --- KeyboardView.js | 16 +++++++--------- package.json | 3 --- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/KeyboardView.js b/KeyboardView.js index d82d529..94a8b6d 100644 --- a/KeyboardView.js +++ b/KeyboardView.js @@ -131,15 +131,13 @@ export default class extends Component { if (isIOS) { return ( - - - {childViews} - - + + {childViews} + ); } else { return ( diff --git a/package.json b/package.json index 463a8db..2648f33 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,6 @@ "scripts": { "lint": "eslint ./" }, - "dependencies": { - "react-native-root-modal": "*" - }, "peerDependencies": { "prop-types": "^15.5.8" },