Moinul Moin
Explore posts from serversCCConvex Community
•Created by Moinul Moin on 12/14/2024 in #support-community
expo-push-notification with convex
anyone managed to work with convex expo push notification component? like this blog is not helping me enough or I am dumb enough to make it work,
https://www.convex.dev/components/push-notifications
where I can find the components here in this code snippet
// convex/example.ts
import { PushNotifications } from "@convex-dev/expo-push-notifications";
const pushNotifications = new PushNotifications(components.pushNotifications);
and can you I use this convex expo push notification component without using expo apps service? thanks a lot
12 replies
WWasp
•Created by Moinul Moin on 2/18/2024 in #🙋questions
Why not Node 20 yet and still npm to install packages
I forked trackit which uses opensass template of wasp. though I successfully ran the project locally, I have 3 questions
1. why can't use 20 yet for wasp? right now I am using 20 lts with all my projects, working fine so far.
2. why can't choose package manager? I usually use pnpm and recently started using bun
3. saw this warning in the wasp docs "Experiencing the 'Bad CPU type in executable' issue on a device with arm64 (Apple Silicon)", didn't use it yet, is it mandatory? my cpu is m3 pro,
Thanks
8 replies