You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storybook 8 is supported by Loki for the web platform, thanks to updates introduced in #507. However, the React Native integration has not yet been updated to align with the new APIs.
Identified Issues:
storybook.raw() must be replaced with await __STORYBOOK_PREVIEW.extract().
configureStorybookReactNative should be called after view.getStorybookUI.
DevSettings.setHotLoadingEnabled(false); triggers a reload of the application, causing the "Loading bundle from..." toast message to be captured and displayed in screenshots, should be replaced with HMRClient.disable() and HMRClient.enable()
I made the necessary changes locally and successfully ran Loki.
The text was updated successfully, but these errors were encountered:
Storybook 8 is supported by Loki for the web platform, thanks to updates introduced in #507. However, the React Native integration has not yet been updated to align with the new APIs.
Identified Issues:
I made the necessary changes locally and successfully ran Loki.
The text was updated successfully, but these errors were encountered: