Fork me on GitHub
#figwheel-main
<
2023-02-07
>
Loic02:02:11

Hi, I used figwheel-main for our website and it is very convenient, very clear doc as well! I am now trying to use figwheel-main for a react-native frontend in my monorepo alongside my web frontend. I followed the clear https://figwheel.org/docs/react-native.html and was able to run the example main.cljs provided that displays the "Hello" text. The hot reloading is also working as expected. However, I cannot make my image load when I use {:require "./my-image.png}. I saw on the https://github.com/bhauman/react-native-figwheel-bridge doc that js/require should work now right away. Am I missing something? It does not trigger errors, just that no image appears.