mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-25 16:11:24 +08:00
Fixing the typo in a property name.
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -1839,7 +1839,7 @@ export interface AccessibilityPropsIOS {
|
||||
* When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.
|
||||
* @platform ios
|
||||
*/
|
||||
onAcccessibilityTap?: () => void;
|
||||
onAccessibilityTap?: () => void;
|
||||
|
||||
/**
|
||||
* When accessible is true, the system will invoke this function when the user performs the magic tap gesture.
|
||||
|
||||
Reference in New Issue
Block a user