Rafael Gutiérrez

Results 1 comments of Rafael Gutiérrez

Add the next lines in this path: src/types/declarations.d.ts ```js script declare module 'react-native-android-sms-listener' { interface SmsListener { addListener: (handler: (value: string) => any) => import("react-native").EmitterSubscription; remove: () => void; }...