Skip to content

Front Camera #19

@DineshLt93

Description

@DineshLt93

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.

Screenshot_1584968816

Thanks...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions