magicismight / react-native-root-toast

react native toast like component, pure javascript solution
MIT License
2.05k stars 404 forks source link

Failed to find testID #174

Open ChrisLFieldsII opened 5 months ago

ChrisLFieldsII commented 5 months ago

It looks like the testID passed into the default export from this package is not passed down to the ToastContainer

Adding the testID here fixed this for me.

I am currently using a patch but can open a PR if other's are facing the same issue