Petr Brzek

Results 18 comments of Petr Brzek

So we depend on React Native for Web to fix this [issue](https://github.com/necolas/react-native-web/issues/241).

What do you think of this implementation? ``` let imageComponent if (props.image) { const imageSource = isNumeric(props.image) ? props.image : { uri: props.image } imageComponent = ( ) } ```...

Good point, I'll add it.

@forum-is Thanks for pointing out this issue. I'm thinking if we should include the polyfill directly in or just highlight the problem in the README.

@greena13 Thank you for your amazing work. I'll get to those PRs in a few days (I'm just traveling).

@natew Can you please share a gist of the problem so I can better understand it? `isolate` is basically a hack around React event system. I agree the name is...

This is true, `react-shortcuts` uses `combokeys` module which is basically a clone of `mousetrap` package. Although I agree it would be better to use React's synthetic event it would mean...

We could remove platform dependency and use [Sniffr](https://github.com/antivanov/sniffr) instead. @natew would you like to send a PR for this?