We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5020d0c commit 560f1f1Copy full SHA for 560f1f1
react-native.config.js
@@ -7,13 +7,11 @@ module.exports = {
7
android: {
8
sourceDir: './lib/android/',
9
packageImportPath: `import com.wix.reactnativeuilib.highlighterview.HighlighterViewPackage;
10
-import com.wix.reactnativeuilib.keyboardinput.KeyboardInputPackage;
11
import com.wix.reactnativeuilib.textinput.TextInputDelKeyHandlerPackage;
12
import com.wix.reactnativeuilib.wheelpicker.WheelPickerPackage;`,
13
packageInstance: `new HighlighterViewPackage(),
14
new WheelPickerPackage(),
15
- new TextInputDelKeyHandlerPackage(),
16
- new KeyboardInputPackage(application)`
+ new TextInputDelKeyHandlerPackage()`
17
}
18
19
0 commit comments