You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Suggestion to drop flow and move to TS. We could depend on
@types/indy-sdkand make sure the export in this repo matches theIndytype from@types/indy-sdk.This way we also don't have the problem anymore with
@types/rn-indy-sdkbecause it will have types out of the box