Giter VIP home page Giter VIP logo

Comments (3)

sgshy1995 avatar sgshy1995 commented on August 10, 2024

I just change the index.d.ts like this:

type ToastContainerType = import("react-native-toast-notifications/lib/typescript/toast-container").ToastContainer;

declare global {
  const toast: ToastContainerType;
}

declare var toast: ToastContainerType;

then I can see the syntax prompt of toast.show() and the typescript error disappear too. Looks like everything is ok.

image

So is there something wrong with your example index.d.ts or did I write something wrong ?

from react-native-toast-notifications.

genesisxyz avatar genesisxyz commented on August 10, 2024

You can keep the index.d.ts of the README but you need to add ! on the ref

ref={(ref) => {
    global["toast"] = ref!;
}}

Works with typescript 4.9.4, expo SDK 48

from react-native-toast-notifications.

arnnis avatar arnnis commented on August 10, 2024

Check the new global API introduced in version 3.4.0, It is easier to use and has better Typescript support.

(docs)

from react-native-toast-notifications.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.