import FloatingActionButton from 'react-native-floating-action-circle-button'; Second step: add actions list const actions = [ { icon: Assets.Icons.activeBin, label: 'Delete', disable: false, onPress: null, }, { icon: Assets.Icons.inactiveCancelInvoice, label: 'Cancel', disable: true, on...