preact-native
preact-native copied to clipboard
experimental renderer for preact to work with react-native
RootTags are defined by the registry and then being used to init the native DOM. This can be removed and reduced by handling the registry task in the library as...
While the current setup already works with basic preact work, we need to make sure that the DOM is compatible with everything preact uses right now so that the area...
There's a certain dependency that the example app still has that imports react into the picture. This needs to be removed so we can avoid those 3KB's as well.
Currently due to the type of events passed from the React Native SDK, we only have either the keys that are being pressed or the original text during focus and...
Prose needs to cover the following - [x] Initial setup - [ ] How to use the renderer component from the library - [ ] Creating and using your own...
The current implementation as of 0.1.1-beta.x already has a helper to convert React nodes to Preact components but the navigation handlers and methods will need an additional helper since they...