Skip to content

Commit c75938f

Browse files
authored
Rename CustomKeyboardInput --> CustomKeyboardInputTemp (#893)
1 parent c6cfbab commit c75938f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/android/src/main/java/com/wix/reactnativeuilib/keyboardinput/KeyboardInputModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
public class KeyboardInputModule extends ReactContextBaseJavaModule {
99

10-
private static final String REACT_CLASS = "CustomKeyboardInput";
10+
private static final String REACT_CLASS = "CustomKeyboardInputTemp";
1111

1212
private final CustomKeyboardLayout mLayout;
1313

lib/components/Keyboard/KeyboardInput/TextInputKeyboardManager.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {NativeModules} from 'react-native';
22

3-
const CustomKeyboardInput = NativeModules.CustomKeyboardInput;
3+
const CustomKeyboardInput = NativeModules.CustomKeyboardInputTemp;
44

55
export default class TextInputKeyboardManager {
66
static reset = () => CustomKeyboardInput.reset();

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uilib-native",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"homepage": "https://github.com/wix/react-native-ui-lib",
55
"description": "uilib native components (separated from js components)",
66
"main": "components/index.js",

0 commit comments

Comments
 (0)