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
This is a great example of what can be done with ReactNativeWeb and Storybook. Thanks for creating this.
I just tried git cloning to play around with it, but when I added an image asset to one of the components, I got the following error:
ERROR in ./src/Buttons/BaseButton.tsx
Module not found: Error: Can't resolve '../../../assets/logo/encoreLogo.png' in '/Users/ian/code/ianbayne/temp/react-native-sketchbook/src/Buttons'
I doubled-checked and the path is correct.
I'm guessing that some sort of loader would need to be added to webpack.config.js, but I can't seem to figure out how to do so. Any ideas?
The text was updated successfully, but these errors were encountered:
This is a great example of what can be done with ReactNativeWeb and Storybook. Thanks for creating this.
I just tried
git cloning
to play around with it, but when I added an image asset to one of the components, I got the following error:I doubled-checked and the path is correct.
I'm guessing that some sort of loader would need to be added to
webpack.config.js
, but I can't seem to figure out how to do so. Any ideas?The text was updated successfully, but these errors were encountered: