mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
removed tabbar for iOS 9 compatibility issues
Summary: Removed Accessibility Trait TabBar for iOS compatibility Issues, since tabbar is only available on iOS 10+ Reviewed By: PeteTheHeat Differential Revision: D8822469 fbshipit-source-id: 34bf00eb930f631a5a4effa0a4159da07c1573f6
This commit is contained in:
committed by
Facebook Github Bot
parent
934c50fbe0
commit
f39d0923c7
@@ -44,8 +44,7 @@ export type AccessibilityRole =
|
||||
| 'button'
|
||||
| 'image'
|
||||
| 'keyboardkey'
|
||||
| 'text'
|
||||
| 'tabbar';
|
||||
| 'text';
|
||||
|
||||
module.exports = {
|
||||
AccessibilityTraits: [
|
||||
@@ -79,6 +78,5 @@ module.exports = {
|
||||
'image',
|
||||
'keyboardkey',
|
||||
'text',
|
||||
'tabbar',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user