inokawa
inokawa
Thanks! I've released a patch `0.11.1`. Could you try it?
`0.11.2` is released. Thank you for your contribution!
@janaka Overriding PhrasingContent in mdast or Text in slate may not work in some cases as describe in https://github.com/inokawa/remark-slate-transformer/issues/31#issuecomment-1007387666 We can fix them if you have reproduction.
Hi, https://github.com/inokawa/virtua may help if you need a tiny virtual list component that can render dynamically sized items.
I know this is off topic but if someone visited here wanted better virtual list, https://github.com/inokawa/virtua may help you. It has better support for dynamic size and iOS than the...
That sounds interesting. If `rnrb.preact` is true, this library converts react imports to preact imports here: https://github.com/inokawa/react-native-react-bridge/blob/4d9a19b2ca119c42ab97a1ebbaba9ae468f33eb0/src/plugin/transformer.js#L16C20-L34 I'm not sure what level of support is the best, but adding `rnrb.reactNativeWeb`...
All files resolved from webViewRender entry point will be bundled into one file and run in WebView. In that process, all `require()` and `import` will be bundle by metro bundler...
Try https://github.com/inokawa/react-native-react-bridge?tab=readme-ov-file#my-webview-displays-a-blank-page
Yes, I know there have been already FlatList and VirtualizedList (and also FlashList). I'm not sure it's worth doing. If we were to make it, the RN version would work...
Thank you for sharing the information! Although React Native is a bit de-prioritized than something for web to me, it will be worth trying it.