Skip to content

React 18 Support #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nbdaaron opened this issue Oct 13, 2022 · 5 comments
Open

React 18 Support #165

nbdaaron opened this issue Oct 13, 2022 · 5 comments

Comments

@nbdaaron
Copy link

Can this library add support for React 18? Thanks!

@dcsan
Copy link

dcsan commented Nov 16, 2022

would this be as simple as bumping the react dependency? or is there an incompatibility?

https://github.com/jasongaare/react-native-walkthrough-tooltip/blob/master/package.json#L40

@estmau
Copy link

estmau commented Feb 13, 2023

Please, add support for React > 18, this librsry cant install in react narive >.70

@VincentCrete
Copy link

I approve this.

@miyamaework
Copy link

I used overrides to solve the problem as this is a version specification issue with the @types/react package.

{
  "name": "my-app",
  "dependencies": {
    "react": "18.1.0",
    "react-native": "0.70.5",
    "react-native-walkthrough-tooltip": "1.5.0"
  },
  "devDependencies": {
    "@types/react": "18.0.24",
    "@types/react-native": "0.70.5"
  },
  "overrides": {
    "react-native-walkthrough-tooltip": {
      "@types/react": "18.0.24"
    }
  },

@SamJbori
Copy link

SamJbori commented Jul 7, 2023

Update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants