import { Dimensions } from 'react-native'
import { PokedexEntryModal } from './modals/PokedexEntryModal'
const { height } = Dimensions.get('screen')
createModalStack({ PokedexEntryModal }, {
easing: Easing.inOut(Easing.exp),
easing: Easing.inOut(Easing.exp),
backropColor: 'deeppink',
backgroundColor: 'rebeccapurple',
transitionOptions: animatedValue => ({
translateY: animatedValue.interpolate({
outputRange: [height, 0, height],
scale: animatedValue.interpolate({
outputRange: [0, 1, 0.9],