TheWidlarzGroup / react-native-notificated

⚡️React Native toast notifications
https://thewidlarzgroup.github.io/react-native-notificated/
MIT License
386 stars 22 forks source link

feat: add feature to simplify initial configuration #120

Closed PdoubleU closed 2 years ago

PdoubleU commented 2 years ago
  1. Update types: GestureConfigProps are optional in gestures.ts
  2. activationVelicities and activationDistantes get default values (the same as in defaultGestureConfig for FullGestureConfig), when the gestureConfig has set direction for 'y' or 'x' axis. Developers can override defaults.

Closes: #119