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

Render the views of Yue with React.

Results 8 react-yue issues
Sort by recently updated
recently updated
newest added

Hi! I looked into the package.json file and I see that the supported react versions are anything above 16.2.0, is that correct?

I've been encountering random "soft crashes" of my simple react-yue app. The app started to crash once I added `require("jsdom")` to it. I assumed that something in `jsdom` interferes with...

I've tried building the lib with `npm run build`, but linking to it locally gives errors like: ``` (node:24207): GLib-GObject-WARNING **: 14:21:38.601: cannot register existing type 'NUContainer' (node:24207): GLib-GObject-WARNING **:...

This is most likely being caused by https://github.com/oyyd/react-yue/blob/master/src/apply_styles.js#L64 where we are passing all of the styles in to `setStyle` and yoga doesn't like it.

Hi, This PR adds some basic react-devtools integration: Thanks to @nitin42 for https://github.com/nitin42/Making-a-custom-React-renderer/blob/c6e7dea06b4ab3527c5375f8e0a45c235304e56c/part-one.md and to @iamdustan for http://iamdustan.com/2016/02/19/react-devtools-renderer-integration/!

Currently only a subset of style attributes are supported in the `style` prop. It would be good to warn users when they attempt to use a style attribute that we...

Hi, Would you be interested in a PR matching react native's API where possible? Off the top of my head it would be: - `container` -> `View` - `scroll` ->...

discuss