Open ecreeth opened 1 month ago
I'm getting this coverage error:
Jest: "global" coverage threshold for branches (89%) not met: 88.79%
Weird... I didn't add any new functionality.
We haven't been using the built in support because all logical styles aren't fully implemented in RN yet, and we had problems in the past with missing desktop support. I'll ask around and see if we can start to drop some of the polyfills
Looks like a miss the direction
prop. Now is supported on both platforms.
This layout props have been implemented in main (default as of 0.76).
Check 46478 for more information.
Should we continue to test these props?