react-native-modal-selector
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -236,3 +236,3 @@ 'use strict'; | ||
accessibilityLabel={option.accessibilityLabel || undefined} | ||
importantForAccessibility={isFirstItem} | ||
importantForAccessibility={isFirstItem ? 'yes' : 'no'} | ||
{...this.props.passThruProps} | ||
@@ -239,0 +239,0 @@ > |
{ | ||
"name": "react-native-modal-selector", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
82754