如何使用react native在我的应用程序中录制视频?

时间:2019-04-24 11:37:10

标签: react-native

我想通过我的应用程序访问相机功能。如果我单击录制视频,它应该重定向到摄像机并开始录制视频。我附上了我的代码。在此代码中,它重定向到摄像机,但录像机被禁用。

recordVideo = async() =>{
        const status = await getPermission(Permissions.CAMERA)
        if(status){
            const result= await ImagePicker.launchCameraAsync();
        }
    }

     render(){
        return(

            <View>
                <Text onPress={this.recordVideo}>Record video</Text>

            </View>

1 个答案:

答案 0 :(得分:0)

似乎有一个用于此目的的软件包请检查一下,https://github.com/phuochau/react-native-beautiful-video-recorder