singular-labs / react-native-sdk

MIT License
5 stars 6 forks source link

TS2305: Module  "singular-react-native"  has no exported member  Events #82

Open dbacinski opened 6 months ago

dbacinski commented 6 months ago

I am trying to:

import {Events} from "singular-react-native"

to get standard events but I get an error:

TS2305: Module  "singular-react-native"  has no exported member  Events

It seems like TS type definition is missing in:

https://github.com/singular-labs/react-native-sdk/blob/master/index.d.ts

Johann01 commented 3 weeks ago

Also the function adRevenue(adData) and SingularData is not exposed. Will the missing type definitions be added?