flurry / react-native-flurry-sdk

React Native Flurry SDK
Apache License 2.0
45 stars 13 forks source link

build error with typescript in version 2.1.0 #5

Closed wangzhiqiang closed 5 years ago

wangzhiqiang commented 5 years ago

node_modules/react-native-flurry-sdk/index.d.ts(202,66): error TS2314: Generic type 'Promise<T>' requires 1 type argument(s).

poting-oath commented 5 years ago

@wangzhiqiang Thanks for the feedback! Could you please info us what IDE/Editor tool you are using to produce this error?

flurrydev commented 5 years ago

Will release new version soon with the fix; update to Promise<object>.

wangzhiqiang commented 5 years ago

vscode and web storm

flurrydev commented 5 years ago

@wangzhiqiang We just released a new version 3.0.0 with the fix. Thanks a lot for your great feedback!