AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
278 stars 198 forks source link

Better callback typing #452

Closed KonstantinosKoulaxizis closed 1 year ago

KonstantinosKoulaxizis commented 1 year ago

Update callback types and replace any with unknown ( or in case of error to Error type ). This change will provide safer typing.