react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

how to passing data when using SheetManager.get('id').current.show()

Open aliansyahFirdaus opened this issue 2 years ago • 0 comments

how to pass data when using SheetManager.get('id').current.show()

Example: 

SheetManager.get('confirmation-sheet').current.show({
   payload: {
    title: "okeey"
  },
})

because when I force passing, I get a typescript error

aliansyahFirdaus avatar Sep 08 '23 03:09 aliansyahFirdaus