mrousavy/react-native-fast-tflite

Support on TypeScrip

nathangabriel27 opened this issue · 1 comments

Is there any TS method that I can import and define in my variables?

image

I'm trying to use a useSharedValue in react-native-reanimated, but when setting the TS to const I can't use it with any import from the library.
image

Is there any "TypedArrayProps" for example?

It's ArrayBuffer. Or Uint8Array if you prefer to type it with a view.