indy-sdk-react-native icon indicating copy to clipboard operation
indy-sdk-react-native copied to clipboard

Use @types/indy-sdk to enforce typing of methods

Open TimoGlastra opened this issue 4 years ago • 0 comments
trafficstars

Suggestion to drop flow and move to TS. We could depend on @types/indy-sdk and make sure the export in this repo matches the Indy type from @types/indy-sdk.

This way we also don't have the problem anymore with @types/rn-indy-sdk because it will have types out of the box

TimoGlastra avatar Jul 20 '21 17:07 TimoGlastra