You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/node_modules/react-native-toast-notifications/lib/typescript/index.d.ts b/node_modules/react-native-toast-notifications/lib/typescript/index.d.ts
index 01bde8b..9005af6 100644
--- a/node_modules/react-native-toast-notifications/lib/typescript/index.d.ts+++ b/node_modules/react-native-toast-notifications/lib/typescript/index.d.ts@@ -2,3 +2,4 @@ export { default } from "./toast-container";
export { default as ToastProvider } from "./hook/provider";
export { default as useToast } from "./hook/useToast";
export type { ToastType } from './hook/context';
+export type { ToastOptions } from './toast';
\ No newline at end of file
Your Environment
software
version
ios or android
react-native
react-native-toast-notifications
3.2.3
node
npm or yarn
The text was updated successfully, but these errors were encountered:
Current behaviour
The
ToastOptions
type is not exported and so consumers can not use it to compose custom types for their use cases.Ex:
Expected behaviour
The
ToastOptions
type is exportedWhat have you tried
I created a patch for now
Your Environment
The text was updated successfully, but these errors were encountered: