Jules Sam. Randolph

Results 99 comments of Jules Sam. Randolph

@brentvatne I love Expo FileSystem API, so reliable and consistent across platforms. But I am stuck by the need to support iOS 9.0. - Do you think it would be...

I don't know if that may help: https://formidable-webview.github.io/webshell/docs/autoheight

@babitakapoor112 Which react-native version are you using? I bet this is an instance of those bugs: - https://github.com/facebook/react-native/issues/25265 - https://github.com/facebook/react-native/issues/17236 - https://github.com/facebook/react-native/issues/18316 RN `TextInput` component is unfortunately very unreliable and...

Fixed in https://github.com/facebook/react-native/commit/6ebd3b046e5b71130281f1a7dbe7220eff95d74a; will be shipped in RN 0.62

@ohpax In my experience, typescript projects are much easier to maintain in the middle-long run. The "cost" is working on types which has it's own learning curve. I've been using...

I can tell you a vast majority of RN libraries offer typings ; and some of them are written / migrating to typescript ([example here](https://github.com/Flipkart/recyclerlistview) — [and here](https://github.com/ascoders/react-native-image-viewer)). Typescript is...

@imnapo OK ; I'll work on eslint integration :slightly_smiling_face: I already wrote typings for this package ; I'll wait to test those a bit more before offering a PR.

@imnapo I've started working on eslint ; it seems like there are both yarn and package-lock ; this is probably unwanted ; which package manager would you pick ?

@tchayen I'm not package author, but I have tried to port to community without success. Have you tried this code ? I wonder if [L71-73](https://github.com/scazzy/react-native-webview-autoheight/blob/master/index.js#L71) are still relevant

@kacieb Another case that should be documented is when `Text` descendants of other `Text` elements are set to be accessible, but the screen reader will ignore them, see https://github.com/facebook/react-native/issues/32004 This...