Fixing the typo in a property name.

This commit is contained in:
Marat Abdullin
2018-07-17 13:44:39 +02:00
parent 91f8a6b7d1
commit f1be7646d5

View File

@@ -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.