同问
开发者问题收集
TypeError:未定义不是一个对象(评估“refRBSheet.current.open”)
我尝试使用 react-native-raw-bottom-sheet 作为可重复使用的组件。我创建了一个父组件,问题是当我尝试提供值时,我得到了这个错误。TypeError: undefined is not an object (evaluating 'refRBSheet.current.open')父组件import React from 'react';import RBSheet fr
react-native
actionsheet
2021-05-01
«
1
»