UNPKG

react-native

Version:

A framework for building native apps using React

45 lines (31 loc) 1.52 kB
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- tag is used to store the testID tag --> <item type="id" name="react_test_id"/> <!-- tag is used to store the nativeID tag --> <item type="id" name="view_tag_native_id"/> <!-- tag is used to store the nativeID tag --> <item type="id" name="view_tag_instance_handle"/> <!--tag is used to store accessibilityHint tag--> <item type="id" name="accessibility_hint"/> <!--tag is used to store accessibilityRole tag--> <item type="id" name="accessibility_role"/> <!--tag is used to store accessibilityState --> <item type="id" name="accessibility_state"/> <!--tag is used to store accessibilityLabel tag--> <item type="id" name="accessibility_label"/> <!--tag is used to store accessibilityActions tag--> <item type="id" name="accessibility_actions"/> <!--tag is used to store accessibilityValue tag --> <item type="id" name="accessibility_value"/> <!--tag is used to store accessibilityLinks tag --> <item type="id" name="accessibility_links"/> <!--tag is used to store accessibilityLabelledBy tag --> <item type="id" name="labelled_by"/> <!-- tag is used to store if a view is subscribed to the pointerenter event --> <item type="id" name="pointer_enter"/> <!-- tag is used to store if a view is subscribed to the pointerleave event --> <item type="id" name="pointer_leave"/> <!-- tag is used to store if a view is subscribed to the pointermove event --> <item type="id" name="pointer_move"/> </resources>