Thibault Malbranche
Thibault Malbranche
## What When taking pictures with front camera on android, width and height are swapped. Using the value from the exif data fixes it. ## Changes ## Tested on Oneplus...
### Description By definition, borderRadius is limited by width and height of components. Setting a borderRadius of 100000 will only give a borderRadius of Math.min(width, height). Using Layout Transitions never...
While the proper fix would be to understand why there is an NPE, this mitigates the crash
When calling multiple time metadata in a row for different metadata, I noticed that _sometime_ only the last metadata get registered. Sending all metadata on update fixes it. There might...
We use expo libraries without expo-cli. Theses lines of code will use the wrong transformer based only on the fact that expo metro config exists in node_modules. ```tsx /** *...
### Target Branch(es) 0.73 ### Link to commit or PR to be picked https://github.com/facebook/react-native/commit/7d180d7127e30cfdf2213e088b79e11b55866816 ### Description Fixes https://github.com/facebook/react-native/issues/42874
### Target Branch(es) 0.71 ### Link to commit or PR to be picked facebook/react-native@adaf5eb ### Description Component stacks in metro are broken for tsx, ts, and jsx files. This fixes...
### Target Branch(es) 0.72 ### Link to commit or PR to be picked facebook/react-native@adaf5eb ### Description Component stacks in metro are broken for tsx, ts, and jsx files. This fixes...
Hello ! Thanks for the repo ! Is there a way to use inset box-shadow ? In the documentation it says that you can use inset only on the border-shadow...
## Summary Allowing the user to user ts config will reduce configuration mistakes I had to revert https://github.com/facebook/metro/commit/05b9ed4446c31c44f310fce1fbc86f3240084a85 as jiti uses os.tmpdir and it would conflict. But it seems to...