From 27af1c7e66e9c6ad24f9d885f22e5b5207945b8a Mon Sep 17 00:00:00 2001 From: Shinping Bai Date: Thu, 22 Mar 2018 22:37:25 -0700 Subject: [PATCH 1/3] Fixes facebook/react-native#9777 Add support for resource-id Track react tag using android.view.View.tag. Allow developers to set resource id by setting component.testID Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change. This pull request fixes the following issue. https://github.com/facebook/react-native/issues/9777 ## Test Plan First, you need to declare the resource id by creating /_your_android_studio_folder_/res/values/ids.xml ``` ``` Second, set the testID of your component to a resource name. ```