|
49 | 49 | "type": "number",
|
50 | 50 | "description": "The scrolling behavior, use KeyboardAccessoryView.iosScrollBehaviors.X where X is:\nNONE, SCROLL_TO_BOTTOM_INVERTED_ONLY or FIXED_OFFSET\niOS only.",
|
51 | 51 | "default": "FIXED_OFFSET"
|
52 |
| - }, |
53 |
| - { |
54 |
| - "name": "revealKeyboardInteractive", |
55 |
| - "type": "boolean", |
56 |
| - "description": "Show the keyboard on a negative scroll\niOS only.", |
57 |
| - "note": "KeyboardTrackingView prop. iOS only", |
58 |
| - "default": "false" |
59 |
| - }, |
60 |
| - { |
61 |
| - "name": "manageScrollView", |
62 |
| - "type": "boolean", |
63 |
| - "description": "Set to false to turn off inset management and manage it yourself\niOS only.", |
64 |
| - "note": "KeyboardTrackingView prop. iOS only", |
65 |
| - "default": "true" |
66 |
| - }, |
67 |
| - { |
68 |
| - "name": "requiresSameParentToManageScrollView", |
69 |
| - "type": "boolean", |
70 |
| - "description": "Set to true manageScrollView is set to true and still does not work,\nit means that the ScrollView found is the wrong one and you'll have\nto have the KeyboardAccessoryView and the ScrollView as siblings\nand set this to true\niOS only.", |
71 |
| - "note": "KeyboardTrackingView prop. iOS only", |
72 |
| - "default": "false" |
73 |
| - }, |
74 |
| - { |
75 |
| - "name": "allowHitsOutsideBounds", |
76 |
| - "type": "boolean", |
77 |
| - "description": "Allow hitting sub-views that are placed beyond the view bounds\niOS only.", |
78 |
| - "note": "KeyboardTrackingView prop. iOS only", |
79 |
| - "default": "false" |
80 |
| - }, |
81 |
| - { |
82 |
| - "name": "addBottomView", |
83 |
| - "type": "boolean", |
84 |
| - "description": "Add a view beneath the KeyboardAccessoryView\niOS only.", |
85 |
| - "note": "KeyboardTrackingView prop. iOS only", |
86 |
| - "default": "false" |
87 |
| - }, |
88 |
| - { |
89 |
| - "name": "bottomViewColor", |
90 |
| - "type": "string", |
91 |
| - "description": "The bottom view's color\niOS only.", |
92 |
| - "note": "KeyboardTrackingView prop. iOS only", |
93 |
| - "default": "white" |
94 |
| - }, |
95 |
| - { |
96 |
| - "name": "useSafeArea", |
97 |
| - "type": "boolean", |
98 |
| - "description": "Whether or not to handle SafeArea\niOS only.", |
99 |
| - "note": "KeyboardTrackingView prop. iOS only", |
100 |
| - "default": "true" |
101 |
| - }, |
102 |
| - { |
103 |
| - "name": "usesBottomTabs", |
104 |
| - "type": "boolean", |
105 |
| - "description": "Whether or not to include bottom tab bar inset\niOS only.", |
106 |
| - "note": "KeyboardTrackingView prop. iOS only", |
107 |
| - "default": "false" |
108 | 52 | }
|
109 | 53 | ],
|
110 | 54 | "snippet": [
|
|
0 commit comments