Questions tagged [react-native-actions-sheet]

2 questions
0
votes
0 answers

react-native-actions-sheet SheetManager usage

I just started to work with react-native-actions-sheet. And I want to use SheetManager. According to the document I should import sheet file like : import 'src/components/sheets/sheets.ts' but the thing is when I do that I…
0
votes
1 answer

React createRef not assignable to type MutableRefObject in React Native Actions Sheet ref prop

I am using react-native-actions-sheet v0.5.1 which recently added Typescript support: export default function MyFunc(){ const actionSheetRef = createRef() useEffect(() => { …
checklist
  • 12,340
  • 15
  • 58
  • 102