It's not required to include accessibilityLabel and accessible props per each component which has testID prop in iOS in order to access component while testing because it's already done via testID.
Is it possible to add condition to your babel plugin which will add accessibilityLabel and accessible props just for Android platform?
It's not required to include accessibilityLabel and accessible props per each component which has testID prop in iOS in order to access component while testing because it's already done via testID.
Is it possible to add condition to your babel plugin which will add accessibilityLabel and accessible props just for Android platform?