emekalites / react-native-alarm-notification

schedule alarm and local notification in react-native
https://www.npmjs.com/package/react-native-alarm-notification
MIT License
225 stars 95 forks source link

cannot find symbol alarmUtil.stopAlarmSound(); #89

Closed da-k-sha closed 4 years ago

da-k-sha commented 4 years ago

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

emekalites commented 4 years ago

@boon-companion fixed in v1.7.1