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
With RN v0.64.1 and flow-bin v^0.137.0, the flow fails with the following error
Cannot use InAppPurchase as a type because it is an any-typed value. Type InAppPurchase properly, so it is no longer any-typed, to use it as an annotation. [value-as-type]
With RN v0.64.1 and flow-bin v^0.137.0, the flow fails with the following error
Cannot use InAppPurchase as a type because it is an any-typed value. Type InAppPurchase properly, so it is no longer any-typed, to use it as an annotation. [value-as-type]
I am importing as follows
Used to work fine with "flow-bin": "^0.122.0" and "react-native": "0.63.4"
Version of react-native-iap
"react-native-iap": "^6.0.6"
Version of react-native
"react-native": "0.64.1"
Platforms you faced the error (IOS or Android or both?)
Expected behavior
flow should pass
Actual behavior
flow type checking fails
Tested environment (Emulator? Real Device?)
Steps to reproduce the behavior
Configure and run flow
The text was updated successfully, but these errors were encountered: