Skip to content

Commit cc2f668

Browse files
committed
Fix example screen
1 parent 8154fc8 commit cc2f668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/src/screens/nativeComponentScreens/keyboardAccessory/KeyboardAccessoryViewScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default class KeyboardAccessoryViewScreen extends PureComponent {
107107
<View style={styles.keyboardContainer} paddingV-s4>
108108
<View bg-white row spread centerV paddingH-s5 paddingV-s3>
109109
<TextField
110-
migrate
110+
// migrate
111111
ref={r => {
112112
this.textInputRef = r;
113113
}}

lib/components/Keyboard/KeyboardTracking/KeyboardTrackingView/keyboardTrackingView.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "KeyboardTrackingView",
33
"category": "keyboard",
44
"description": "A UI component that enables 'keyboard tracking' for this view and it's sub-views.\nWould typically be used when you have a TextField or TextInput inside this view.",
5-
"notes": "This view is useful only for iOS.",
5+
"note": "This view is useful only for iOS.",
66
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/nativeComponentScreens/KeyboardTrackingViewScreen.js",
77
"images": [
88
"https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/KeyboardTrackingView/KeyboardTrackingView.gif?raw=true"

0 commit comments

Comments
 (0)