You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using React Native v0.63.2, TypeScript v4.0.2, react-native-sms v1.11.0
When I want to call this method with AndroidSuccessTypes for successTypes, it gives runtime error:
import SendSMS, { AndroidSuccessTypes } from 'react-native-sms';
And when I log the AndroidSuccessTypes , it is actually undefined: console.log(AndroidSuccessTypes);
Output: [Sun Sep 20 2020 09:45:56.101] LOG undefined
The text was updated successfully, but these errors were encountered:
I'm using React Native v0.63.2, TypeScript v4.0.2, react-native-sms v1.11.0
When I want to call this method with
AndroidSuccessTypes
forsuccessTypes
, it gives runtime error:import SendSMS, { AndroidSuccessTypes } from 'react-native-sms';
[Sun Sep 20 2020 09:32:02.246] ERROR TypeError: Cannot read property 'sent' of undefined, js engine: hermes
And when I log the
AndroidSuccessTypes
, it is actually undefined:console.log(AndroidSuccessTypes);
Output:
[Sun Sep 20 2020 09:45:56.101] LOG undefined
The text was updated successfully, but these errors were encountered: