Benedikt Dertinger
Benedikt Dertinger
Same here on Expo SDK 38 + 39 and @react-native-community/clipboard: ^1.2.3 Solved it by using @foloinfo solution by using `import { Clipboard } from 'react-native'`
@pierreburgy thanks for your reply! Does it mean, that I can't use nested objects at all?
I found a good solution by implementing this https://github.com/stianeikeland/go-rpio lib. I got access to the PaPiRus Zero pHat Buttons using the following GPIO values: ``` btn1 = rpio.Pin(21) btn2 =...
@stefanledin thank you so much for your help and fast reply. Finally it's working! Your plugin works really great but to be honest it wasn't clear at all that I...
Hi @fox1t, I checked your code and found an existing declaration here https://github.com/nualabs/fastify-multer/blob/master/typings/fastify/index.d.ts Replacing my workaround with your more sophisticated version works perfectly fine for me: ```ts import 'fastify' import...
Hi @fox1t I created this repo for you real quick: https://github.com/nualabs/fastify-multer-ts-files-typings you will find the neccessary steps in the README. I haven't had the time to check everythig in detail...