It looks like the `testID` passed into the default export from this package is not passed down to the `ToastContainer` Adding the `testID` [here](https://github.com/magicismight/react-native-root-toast/blob/9c4703648bf89258e55d04027522fb01b99a4922/lib/ToastContainer.js#L251) fixed this for me. I am currently using a patch but can open a PR if other's are facing the same issue
It looks like the
testIDpassed into the default export from this package is not passed down to theToastContainerAdding the
testIDhere fixed this for me.I am currently using a patch but can open a PR if other's are facing the same issue