react-native-webrtc / react-native-incall-manager

Handling media-routes/sensors/events during a audio/video chat on React Native
ISC License
547 stars 191 forks source link

Adding types #228

Closed Stringsaeed closed 6 months ago

Stringsaeed commented 11 months ago

What:

This PR adds TypeScript type declarations (index.d.ts) for the InCallManager module, enabling seamless usage in TypeScript projects following the default React Native TypeScript boilerplate.

Why:

The types are provided to enhance type safety and improve developer experience when using the package in TypeScript-based React Native applications.