Close react native modal by clicking on overlay?

前端 未结 13 676
梦如初夏
梦如初夏 2020-12-23 14:27

Is it possible to close react native modal by clicking on overlay when transparent option is true? Documentation doesn\'t provide anything about it

13条回答
  •  悲哀的现实
    2020-12-23 14:40

            
                 { this.setModalVisible(!this.state.modalVisible)}} style={{flex:1, justifyContent:'center', alignItems:'center',}}>
                    
                        모달 테스트
                    
                
            
    

    this code is my solution.

提交回复
热议问题