Franz Medrano

Results 2 comments of Franz Medrano

I have the same problem, any suggestions?

Hello, For now update the file in "node_modules/react-native-get-sms-android/android/src/main/java/com/react/SMSModule.java" with these lines of code `PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT` The lines of code would look like this: `PendingIntent sentPI = PendingIntent.getBroadcast(context, 0, new...