Skip to content

Commit 560f1f1

Browse files
committed
remove native keyboard package from Android auto-link
1 parent 5020d0c commit 560f1f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

react-native.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ module.exports = {
77
android: {
88
sourceDir: './lib/android/',
99
packageImportPath: `import com.wix.reactnativeuilib.highlighterview.HighlighterViewPackage;
10-
import com.wix.reactnativeuilib.keyboardinput.KeyboardInputPackage;
1110
import com.wix.reactnativeuilib.textinput.TextInputDelKeyHandlerPackage;
1211
import com.wix.reactnativeuilib.wheelpicker.WheelPickerPackage;`,
1312
packageInstance: `new HighlighterViewPackage(),
1413
new WheelPickerPackage(),
15-
new TextInputDelKeyHandlerPackage(),
16-
new KeyboardInputPackage(application)`
14+
new TextInputDelKeyHandlerPackage()`
1715
}
1816
}
1917
}

0 commit comments

Comments
 (0)