Timothy Yung

Results 19 comments of Timothy Yung

@zpao, React Native still uses `Promise.native.js`. Thoughts on how to migrate to the specification-compliant implementation?

React Native's version of JSC on Android is super old. On iOS, we delegate to iOS. 👎

Have you tried upgrading your project to [flow-bin@^0.161](https://www.npmjs.com/package/flow-bin) (and updating your `[version]` in your `.flowconfig`)?

> Which keyboard should we show on Android when `inputMode="search"`? Doing the same thing as Chrome seems reasonable. So `inputMode="search"` should display the default keyboard.

Thanks for this great feature! Related… when this gets landed, it would be great to also submit a PR to [`@types/react-native`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native/index.d.ts#L1299) to add the new prop(s).

Closed by https://github.com/facebook/react-native/commit/727f30bd0b27ff168e6a6556a9ffbc7e42dbb8f0.

I experienced the same problem and ultimately decided to use hardcoded timed triggers. I'm not sure why it doesn't work. Unfortunately, it's difficult to debug since there are no real...

Is there something about a single line of truncated text that behaves differently from multiple lines of truncated text? Wouldn't we want this same logic to be accounted for in...

The `accessibilityCollectionInfo` API introduced here seems reasonable to me. As a naming nit, could this just be named `accessibilityCollection`?

> Isn't it weird that no tests need updated? I assume that's because the feature flag is set to the same value as `alwaysThrottleRetries` for open source configurations.