storybookjs/react-native

Overhaul the UI to use webviews

Offen

#2 geöffnet am 27.01.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (184 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (1.307 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The RN UI is currently build all in RN. This makes it very time-consuming. We're for the most part unable to re-use the web-UI because it depends on loads of dependencies that are not suitable for RN. There's also the polyfill issue that's not easy to resolve.

If we want to make this easier we should consider this:

Using web-views with the manager's UI in it for rendering the explorer & addons.

Screenshot 2020-01-27 at 13 05 52

Contributor Guide