colorfy-software / react-native-modalfy

🥞 Modal citizen of React Native.
https://colorfy-software.gitbook.io/react-native-modalfy
MIT License
1.13k stars 46 forks source link

TransitionPresets #57

Closed teivienn closed 2 years ago

teivienn commented 2 years ago

Please add TransitionPresets

for example as in react-navigation

import {
  TransitionPresets,
} from '@react-navigation/stack';
import { TransitionPresets } from 'react-native-modalfy'

const ActionSheet = () => ...

ActionSheet.modalOptions = {
   TransitionPresets.ActionSheet,
}
CharlesMangwa commented 2 years ago

Hi @teivienn! As of now, we're not planning on adding any kind of TransitionPresets as we prefer letting you the user do whatever you want there. Feel free to provide a PR and explain your rationale if you feel that's something this library clearly needs.