facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 907 forks source link

There isn't type file to support the typescript language (index.d.ts) #624

Closed davidgaspardev closed 5 years ago

davidgaspardev commented 5 years ago

To be able to import with the typescript language you need the type file (index.d.ts) to map the methods and variables that the library offers.

janicduplessis commented 5 years ago

Typedefs are available with @types/react-native-fbsdk