Steve Pascoe
Steve Pascoe
Same, if a message fails then retries my lambda has no env vars defined in my serverless.yml
@Aparus how did you go? I'm facing a similar issue.
Hey there, also facing this issue. RN 0.66.3 typesript 4.7.2 when i run tsc --project tsconfig.json "@types/react-native": "^0.66.3", Also get a bunch of errors for items like 'height' is declared...
Do you think we need "// @ts-expect-error" on these lines mentioned above in useDeviceOrientation.ts ?
> hi @devpascoe , > Remove @ts-expect-err will cause errors for some versions TS. > What is your RN & Typescript version? RN 0.66.3 TS 4.7.2 re: https://github.com/hoaphantn7604/react-native-element-dropdown/issues/74#issuecomment-1141962449 👍
would also love this
I was able to get the Container project to build by... cd into finalproject/Carthage/Checkouts/app-ios-container npm install pod install open ElectrodeContainer.xcworkspace build successful. I then had do add my ../../../../finalproject project...
So a reboot and a clean out and do-over from scratch seems to now allow me to successfully build my client app which is consuming the container framework. hooray! Only...
Continuing on... i can see in the Carthage folder the container-metadata.json file refers to: "nativeDeps": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ], However in my cauldron.json: "nativeDeps": [ "[email protected]", "[email protected]", "[email protected]",...