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

__Two kinds of extensions__ as described in : - How to make an existing or new primitive component work on more platforms - [17:27 (t=1047 seconds)](https://www.youtube.com/watch?v=hNwQPJy-XZY&t=1047) - Example of adding...

help wanted
documentation

This might be just semantics but since Touchable implements `onPress` and various of "press" methods, maybe it makes more sense for it to be called `Pressable`?

question

On web, `Touchable` errors when react-primitives is bundled with a react component thats then bundled, for instance, as an npm package. ``` Warning: Unknown event handler property `onStartShouldSetResponder` ``` Took...

Hi, I'm using `react-primitives` on Expo v19.0.0 while **enabling Minify mode (Uglify)**. I found that `react-primitives` cause the error: ```javascript Error: Uncaught error in the transformer worker: D:\Office\learn\test\node_modules\metro-bundler\build\transformer.js at _transform.then.catch.error...

bug

Another primitive I see missing is Icon. Icons might be able to be shoehorned into `Text` or `Image` primitives however I think that would just muddy them both up. This...