TestID not used when running test

Hello,

I am trying to use Katalon to test a new react native app we are building, but I am having some trouble finding objects/elements

We added testID to a few elements in the app. I could not find this in the mobile spy, but added this in the object’s properties afterwards. For example this object which shows the version of my app:

When I use ‘add to mobile spy’ all my objects with testID are found correctly in the app, see the ‘version’ object:

However, when I run my test using these objects, the test cannot find them. Instead of using the object with the testID ‘version’, it uses the first element with class TextView.

Can someone help me find out what is going on?

Emine