ClojureScript + React-Native - Embed Videos
问题 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-video and react-native-youtube plugins in ClojureScript for achieving this. But, both of these end with a crash. I don't know whether there is something wrong with referring to the library or not. Using react-native-video : (def Video (js/require "react-native-video")) (def video-view (r/adapt-react-class Video)) The component