Hung Vu

Results 72 comments of Hung Vu
trafficstars

@alexbruno here is my _config.yml https://github.com/hungdev/cee-blog/blob/master/_config.yml#L103

I opened 'node_modules/react-native-native-video-player/ios/RNVideoPlayer.xcodeproj' with Xcode and go to Build Settings > Search Paths > Header Search Paths then edit the path variable from $(SRCROOT)/../../../HuntersLog to $(SRCROOT)/../../../VideoDemo and it can build....

@BondGoat could you talk more about this line: `Add RNVideoPlayer in ios folder to your ios project` I don't understand this that line. I think I'm wrong this step. where...

i tried with ``` import { NativeModules } from 'react-native' NativeModules.RNVideoPlayer.showVideoPlayer(...) ``` but it still gets error.

Thank @zmnv , it worked for me. This is my example for anyone who comes late ``` import React from 'react' import { Image, StyleSheet, Text, TouchableWithoutFeedback, View, TextInput, SafeAreaView,...

@zmnv but i still can press some items under mask overlay layout. How to prevent it? thank you