during react-native run-android this error generated: "error: cannot find symbol alarmUtil.stopAlarmSound();"
this error is solved by placing "AlarmUtil alarmUtil = new AlarmUtil((Application) context.getApplicationContext());" outside the catch block
during react-native run-android this error generated: "error: cannot find symbol alarmUtil.stopAlarmSound();" this error is solved by placing "AlarmUtil alarmUtil = new AlarmUtil((Application) context.getApplicationContext());" outside the catch block