mateattilabarna
Results
1
issues of
mateattilabarna
I tried to insert two action sheets in my screen, here is my code: ``` export class HomeScreen extends React.Component { actionSheetRef; plainActionSheetRef; constructor(props: any) { super(props); this.actionSheetRef = createRef();...