UNPKG

@kode-frontend/react-native-push-notification

Version:
5 lines (3 loc) 138 B
import { Platform } from 'react-native' export const isPermisionsGrantedByDefault = Platform.OS === 'android' && Platform.Version < 33