Hey guys hope you having a wonderful day.
I am following this example https://github.com/bhauman/react-native-figwheel-bridge to build a react native Android app with clojurescript.
I can see figwel reloading well. But my app is in error
This is my code :
Index.js
Main.cljs
Main.cljs
android.cljs.edn
deps.edn
Index.js
And basically this is the error I get
Any thoughts?
I realized that I deleted important imports and app registry from index.js
Now, I have added them. And here is what I have
Altimately goes here