Skip to content

Commit ecf44f1

Browse files
sgnyMoOx
authored andcommitted
Add onAccessibilityEscape (View prop) (#456)
1 parent bf8be30 commit ecf44f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+54
-0
lines changed

reason-react-native/src/components/ActivityIndicator.md

Lines changed: 1 addition & 0 deletions

reason-react-native/src/components/ActivityIndicator.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ external make:
5454
=?,
5555
~nativeID: string=?,
5656
~needsOffscreenAlphaCompositing: bool=?,
57+
~onAccessibilityEscape: unit => unit=?,
5758
~onAccessibilityTap: unit => unit=?,
5859
~onLayout: Event.layoutEvent => unit=?,
5960
~onMagicTap: unit => unit=?,

reason-react-native/src/components/DatePickerIOS.md

Lines changed: 1 addition & 0 deletions

reason-react-native/src/components/DatePickerIOS.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ external make:
7070
=?,
7171
~nativeID: string=?,
7272
~needsOffscreenAlphaCompositing: bool=?,
73+
~onAccessibilityEscape: unit => unit=?,
7374
~onAccessibilityTap: unit => unit=?,
7475
~onLayout: Event.layoutEvent => unit=?,
7576
~onMagicTap: unit => unit=?,

reason-react-native/src/components/DrawerLayoutAndroid.md

Lines changed: 1 addition & 0 deletions

reason-react-native/src/components/DrawerLayoutAndroid.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ external make:
7575
=?,
7676
~nativeID: string=?,
7777
~needsOffscreenAlphaCompositing: bool=?,
78+
~onAccessibilityEscape: unit => unit=?,
7879
~onAccessibilityTap: unit => unit=?,
7980
~onLayout: Event.layoutEvent => unit=?,
8081
~onMagicTap: unit => unit=?,

reason-react-native/src/components/FlatList.md

Lines changed: 1 addition & 0 deletions

reason-react-native/src/components/FlatList.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ external make:
155155
=?,
156156
~nativeID: string=?,
157157
~needsOffscreenAlphaCompositing: bool=?,
158+
~onAccessibilityEscape: unit => unit=?,
158159
~onAccessibilityTap: unit => unit=?,
159160
~onLayout: Event.layoutEvent => unit=?,
160161
~onMagicTap: unit => unit=?,

reason-react-native/src/components/KeyboardAvoidingView.md

Lines changed: 1 addition & 0 deletions

reason-react-native/src/components/KeyboardAvoidingView.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ external make:
5151
=?,
5252
~nativeID: string=?,
5353
~needsOffscreenAlphaCompositing: bool=?,
54+
~onAccessibilityEscape: unit => unit=?,
5455
~onAccessibilityTap: unit => unit=?,
5556
~onLayout: Event.layoutEvent => unit=?,
5657
~onMagicTap: unit => unit=?,

0 commit comments

Comments
 (0)