react-native-actions-sheet
                                
                                 react-native-actions-sheet copied to clipboard
                                
                                    react-native-actions-sheet copied to clipboard
                            
                            
                            
                        how to passing data when using SheetManager.get('id').current.show()
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