If I understand you correctly, you are trying to set the options for every modal separately. This can be accomplished by
const stack = createModalStack({Demo1: {backdropOpacity: 0.5}, Demo2: {backdropOpacity: 0.8}});
For more information, refer to the docs: https://colorfy-software.gitbook.io/react-native-modalfy/api/types/modalstackconfig