Jules Sam. Randolph

Results 99 comments of Jules Sam. Randolph

After reading more about the CSS3 specification (https://www.w3.org/TR/css-text-decor-3/#line-decoration), I realize that this specific CSS property does not follow the traditional inheritance scheme, where a close rule would override a distant...

@FengWei-Plasmatic Good call; thanks for your great report. Will take a look.

Hi @Flam3rboy and thank you for this report! This is because of Apple very restrictive and honestly infuriating policies, see https://forums.expo.dev/t/unable-to-share-my-public-project-with-others-on-ios/31192/3 The only solution would be one of either: -...

@shivanitp Thanks for taking your time to fill this! Unfortunately, the "reproduction" you provided doesn't relate to the reported issue. Bug reports which don't include reproductions have a significantly lower...

@James-Reed-cognito In the meantime, you can try [haul](https://github.com/callstack/haul#readme)

Just to add my few cents, I made a repo for yarn 2 + RN / expo: https://github.com/jsamr/yarnberry-expo-quickstarter (despite its name, the steps are identical for expo and vanilla RN...

@cristianoccazinsp Thank you for this summary. Just to add up to this, I believe this issue (https://github.com/facebook/react-native/issues/27089) affecting Keyboard events measures is related to the notch inconsistency. Oh and deprecating...

@jagi thanks! Right now you have to use `Serrurier.createClass`, `Serrurier.inheritClass` ... etc to use decorators, because I need to wrap methods and event listeners inside the `description` object. You could...

@jagi I totally understand this is not standard yet and should totally be the choice of the lib user. What I suggested would look like this : ``` javascript import...