-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Hi,
This is JSX my code
render() {
return (
<View>
<TouchableOpacity onPress={this.startVideo}>
<Text>Start</Text>
</TouchableOpacity>
<VideoRecorder ref={(ref) => { this.videoRecorder = ref; }} />
</View>
);
}
In my JSX is being hidden in the video recorder. I have attached the screenshot below. its happen only the simmular but in real device working fine. Also I can't able to record using front camera how can I change back to front camera. Kindly give me the needful suggestion.
Thanks...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
