I am new to ClojureScript. I would like to embed video (Youtube) to the hybrid mobile app using ClojureScript and React Native. I have tried to implement react-native-vi
Without knowing what error you're getting and which setup you have, try calling the modules like this instead:
(def Video (aget (js/require "react-native-video") "default"))