react-native-alarm-manager icon indicating copy to clipboard operation
react-native-alarm-manager copied to clipboard

Alarm manager for React Native

Results 4 react-native-alarm-manager issues
Sort by recently updated
recently updated
newest added

When I perform the build of the project after follow install as is detailed in readme I got this error: `The specified Android SDK Build Tools version (29.0.3) is ignored,...

```tsx import { StatusBar } from 'expo-status-bar'; import { Button, StyleSheet, Text, View} from 'react-native'; import Alarm, {AlarmScheduleType} from 'react-native-alarm-manager'; import * as FileSystem from 'expo-file-system'; import { useEffect }...

Does this package alow you to modify alarms existing on the device? (Like those created from the preinstalled Clock app)