From efd8b10135160fba587fdfede0ab75970301ee53 Mon Sep 17 00:00:00 2001 From: Anton Kuznetsov Date: Wed, 7 Sep 2016 16:49:47 -0700 Subject: [PATCH] Brings accessibilityLabel into PickerAndroid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Hi! I found problem with accessibilityLabel on PickerAndroid. There's no value in content-desc attribute while accessibilityLabel is correct. I found that accessibilityLabel is not propagated into native components via native props. This PR brings accessibilityLabel for PickerAndroid. Without this solution my appium tests fails, for example: My code: ```jsx // Chilren ``` ```sh ✖ Error: element (~select_wineType) still not visible after 5000ms ``` Because xml of this view is (look into content-desc of Spinner): ```xml ;