saicharan
saicharan
CCConvex Community
Created by karrthikarya on 2/28/2024 in #support-community
Convex with React Native without Expo
Its working 🙌
16 replies
CCConvex Community
Created by karrthikarya on 2/28/2024 in #support-community
Convex with React Native without Expo
that's what I did, i see no errors.. will try mutation and query now..
16 replies
CCConvex Community
Created by karrthikarya on 2/28/2024 in #support-community
Convex with React Native without Expo
my bad i missed react-dom
16 replies
CCConvex Community
Created by karrthikarya on 2/28/2024 in #support-community
Convex with React Native without Expo
error Unable to resolve module react-dom from /Users/saicharan/Documents/projects/healthbound/ui/healthbound/node_modules/.pnpm/convex@1.10.0_react@18.2.0/node_modules/convex/dist/cjs/react/client.js: react-dom could not be found within the project or in these directories:
node_modules/.pnpm/convex@1.10.0_react@18.2.0/node_modules/convex/node_modules
node_modules/.pnpm/convex@1.10.0_react@18.2.0/node_modules
node_modules/.pnpm/node_modules
node_modules
../../../node_modules
41 | var import_react = __toESM(require("react"), 1);
42 | var import_values = require("../values/index.js");
> 43 | var import_react_dom = __toESM(require("react-dom"), 1);
| ^
44 | var import_use_queries = require("./use_queries.js");
45 | var import_common = require("../common/index.js");
46 | var import_api = require("../server/api.js");.
error Unable to resolve module react-dom from /Users/saicharan/Documents/projects/healthbound/ui/healthbound/node_modules/.pnpm/convex@1.10.0_react@18.2.0/node_modules/convex/dist/cjs/react/client.js: react-dom could not be found within the project or in these directories:
node_modules/.pnpm/convex@1.10.0_react@18.2.0/node_modules/convex/node_modules
node_modules/.pnpm/convex@1.10.0_react@18.2.0/node_modules
node_modules/.pnpm/node_modules
node_modules
../../../node_modules
41 | var import_react = __toESM(require("react"), 1);
42 | var import_values = require("../values/index.js");
> 43 | var import_react_dom = __toESM(require("react-dom"), 1);
| ^
44 | var import_use_queries = require("./use_queries.js");
45 | var import_common = require("../common/index.js");
46 | var import_api = require("../server/api.js");.
this is the error i'm getting with same implemenation just instead of react-native-dotenv i'm using react-native-config
16 replies