#Convex Monorepo Issue (react-dom native)

13 messages · Page 1 of 1 (latest)

ruby fulcrum
#

when ever i install "react-native-tab-view": "^3.5.2", my native apps break.

i get the same error when i install other modules too. I don't see the connection between the packages i'm installing and the error.

I haven’t touched any other part of the repo yet.

any ideas?

ruby fulcrum
#

Convex Monorepo Issue (react-dom native)

rare adder
#

I think our docs are missing a setup step which might be your issue -- you need to install react-dom in your react native project to use it with convex

#

(The Convex library is using a utility function from react-dom #1118905953656520724 message)

ruby fulcrum
ruby fulcrum
#

got it working.

had to install "@clerk/clerk-react": "^5.5.0", as well as react-dom

same error, even after installing clerk-react in native project.

ruby fulcrum
#

update:

adding these two packages to the root package.json seems to have done the trick

"dependencies": { "@clerk/clerk-js": "^5.18.0", "react-dom": "18.2.0" },

hallow garnet
#

Is this still necessary? if so can i help you update your docs?

#

@rare adder