lelandrichardson / react-primitives

Primitive React Interfaces Across Targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for latest react-web-native

jcampbell05 opened this issue · comments

Is it possible to support the latest react-web-native, this has bug fixes that resolve issues in older browsers.

Can you create a PR? Happy to merge it

Sure I'll try and get it working

I think you're better off aliasing package names than using this package. It's out of date and the exported API is not compatible with the rest of the React Native ecosystem

wait you meant react-native-web right?

Yes I did, I've tried to update it on a new branch but it breaks.

I think you're better off aliasing package names than using this package. It's out of date and the exported API is not compatible with the rest of the React Native ecosystem

@necolas What do you mean by that exactly? react-native-web is out of date? Or this package?

This package is out of date, it uses an old version of the native-web package. I tried upgrading the version and using the new StyleManager class but it's a non trivial change as things like transform is broken