react-primitives icon indicating copy to clipboard operation
react-primitives copied to clipboard

Primitive React Interfaces Across Targets

Results 25 react-primitives issues
Sort by recently updated
recently updated
newest added

See https://github.com/necolas/react-native-web/releases/tag/0.18.0 When attempting to use RNW 0.18 I get the following error: ```console Cannot find module 'react-native-web/dist/cjs/exports/StyleSheet/createStyleResolver' from 'node_modules/react-primitives/lib/injection/react-native-web.js' Require stack: node_modules/react-primitives/lib/injection/react-native-web.js node_modules/react-primitives/lib/index.web.js ```

Inject react-native for react-native-macos.

to: @necolas This is mostly in response to #31, but also just something I've been thinking about for some time, and is a proposal for a path to building a...

question

I'm writing a styled open-sourcable react component. I'd like to use react-primitives to layout and style the whole thing, and there arent many issues I can think of when it...

question

Since the implementation of this seems to be a div with a background image, some layout functionality behaves differently due to the CSS spec. If this was implemented instead as...

- introduces troublesome dependency on react-native-web internals as mentioned by @necolas in - not supported by `react-native` on any platforms, as mentioned by the same note and confirmed by checking...

Looks the original author got another job and now it's being managed by someone else. Can the current maintainer(s) please shed some light on the status of continuity of the...

as react-art is no longer used or supported by react-native-web ref: - https://github.com/necolas/react-native-web/commit/3d3ea9aeed7d18ea9daf505e70bb14cfc966da23 - https://github.com/necolas/react-native-web/pull/1251 I hope to contribute this fix soon (no promises at this point).

I found a nice guide: The expo demo app should have a simple `index.js` or `App.js` file that imports and uses `example/AllStories.js`, in a similar fashion to `example/native/index.js` and `example/web/example.js`....

help wanted
documentation