react-native-mock-tmp-build
Version:
A fully mocked and test-friendly version of react native
25 lines (24 loc) • 339 B
JavaScript
module.exports={
AccessibilityTraits:[
'none',
'button',
'link',
'header',
'search',
'image',
'selected',
'plays',
'key',
'text',
'summary',
'disabled',
'frequentUpdates',
'startsMedia',
'adjustable',
'allowsDirectInteraction',
'pageTurn'],
AccessibilityComponentTypes:[
'none',
'button',
'radiobutton_checked',
'radiobutton_unchecked']};