开发者问题收集
我尝试使用 react-native-raw-bottom-sheet 作为可重复使用的组件。我创建了一个父组件,问题是当我尝试提供值时,我得到了这个错误。TypeError: undefined is not an object (evaluating 'refRBSheet.current.open')父组件import React from 'react';import RBSheet fr