Appium suddenly cannot find elements on React Native 0.61.1

Hi all, I am currently facing a very weird issue, this is the Scenario:

I currently test with Serenity bdd and have been successfully testing an app locating its elements with accesibility ID and with Xpath depending on my different needs.

However, since we upgraded to React Native 0.61.1 Appium suddenly stopped being able to find any element on the app. I am able to find the elements using the appium desktop app and the ID have not changed, I have tried everything to no avail.

Here is some of my set up information that could help narrowing down the issue and find the root cause of it.
By the way, my test cases are running on browserstack and have been doing so without it giving me any problems up until two days ago.

                            <run.environment>stg</run.environment>
                            <webdriver.driver>appium</webdriver.driver>
                            <appium.automationName>uiautomator2</appium.automationName>
                            <appium.platformName>Android</appium.platformName>
                            <appium.deviceName>NSXJA17213200954</appium.deviceName>
                            <appium.noReset>false</appium.noReset>
                            <appium.fullReset>true</appium.fullReset>
                    <artifactId>maven-failsafe-plugin</artifactId>
                    <version>2.22.0</version>
                            <serenity.driver.capabilities>automationName:Appium; deviceName:Samsung Galaxy Note 9;
                                platformVersion:8.1; platformName:Android
                            </serenity.driver.capabilities>

Dependencies:


net.serenity-bdd
serenity-core
${serenity.version}


net.serenity-bdd
serenity-junit
${serenity.version}


net.serenity-bdd
serenity-screenplay
${serenity.version}


net.serenity-bdd
serenity-screenplay-webdriver
${serenity.version}


net.serenity-bdd
serenity-cucumber
${serenity.cucumber.version}


org.slf4j
slf4j-simple
1.7.7


junit
junit
4.12
test


redis.clients
jedis
2.8.1


com.fasterxml.jackson.core
jackson-databind
2.3.1


com.sun.mail
javax.mail
1.6.0
test


org.json
json
20160212
test


io.rest-assured
rest-assured
3.2.0
test

Thanks in advance for your help!

Weird behaviour, whenever I open the app through a deep link it works normally, has this happened to anyone?