@bensadevs - 9 comments
even if I write TRPCModule.forRoot({ basePath: "/api/trpc", autoSchemaFile: "./server.ts", context: AppContext, }), i get the same error This error originated either by...
this is my tsconfig: { "extends": "@repo/typescript-config/nestjs.json", "compilerOptions": { "baseUrl": "./", "outDir": "./dist", "paths": { "@/*": ["./src/*"] }, "sourceMap": true...
I got this error This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with th...
NO! This is my app.json { "expo": { "name": "native", "slug": "native", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "li...
I am using Expo ✔ Created native directory ✔ Updated package.json | no changes [Voltra] Generated Info.plist [Voltra] Generated Assets.xcassets [Voltra] ⚠️ Skipping user images: directory does not...
I got this error ✔ Created native directory ✔ Updated package.json | no changes [Voltra] Generated Info.plist [Voltra] Generated Assets.xcassets [Voltra] ⚠️ Skipping user images: directory does not...
Does this code look ok? import React from "react" import { startLiveActivity, stopLiveActivity, updateLiveActivity } from "voltra/client" import { Voltra } from "voltra" type LivePayload = { hala...
I got this error Command `pod install` failed. └─ Cause: CocoaPods could not find compatible versions for pod "VoltraWidget":
Do I need cocoa pods?