diff --git a/index.d.ts b/index.d.ts index 88c2647..f49733f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -41,7 +41,7 @@ declare module "react-native-root-toast"{ CENTER:number, } export default class Toast extends React.Component{ - static show:(message:string,options?:ToastOptions)=>any; + static show:(message:React.ReactNode,options?:ToastOptions)=>any; static hide:(toast:any)=>void; static durations:Durations; static positions:Positions;