Bartosz Kaszubowski
Bartosz Kaszubowski
Same problem with @media directives ex.: ``` @media (orientation: portrait) { .node { properties... } } ```
Hello @Tahfimul, thank you for the change! 👍 Unfortunately we cannot merge your PR without the CLA sign. You can read more about it here: * https://reactnative.dev/contributing/contribution-license-agreement
Welcome to the community! 🎉
Thank you for the review and catching those issues! 🙏 Will address therm soon. Generally our styles are messy because they came with us a long way, through alphas and...
Refs: * https://github.com/facebook/react-native/issues/31467 However I'm not sure if changing docs to mention `⌘D` and select "Reload" option is a valid workaround for the issue in every case, maybe we need...
@puranik3 Can you update the added note according to the Eli's comment? 🙂
> @Simek Can we extract these to an Object Type or shared props list? @rachelnabors Sure, I can work on that. This property is used by two components so it...
Hi @irohitb, thank you for the update! 👍 However it would be nice if you can provide any context for this change. Link to PR, commit or code in React...
Hi @dev6james, it looks like PR #1191 improved the example but information you are looking for is still missing. From the React Native source code and internal examples I can...
Indeed using ```'Use `transform: [{ matrix: ... }]` instead.``` is recommended in the [deprecation warning](https://github.com/facebook/react-native/blob/master/Libraries/DeprecatedPropTypes/DeprecatedTransformPropTypes.js#L25), but there is no `matrix` example on the Transforms page. I was only able to...