Could not find a declaration file for module 'react-native-get-sms-android'. 'e:/react native/wixNavigaton/node_modules/react-native-get-sms-android/index.js' implicitly has an 'any' type.
Try npm install @types/react-native-get-sms-android if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-get-sms-android';ts(7016)
Could not find a declaration file for module 'react-native-get-sms-android'. 'e:/react native/wixNavigaton/node_modules/react-native-get-sms-android/index.js' implicitly has an 'any' type. Try
npm install @types/react-native-get-sms-android
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-native-get-sms-android';
ts(7016)