mijastrzebski

Results 2 comments of mijastrzebski

@vonovak I have received an email from google saying "We detected requests to our OAuth 2.0 authorization endpoint from one or more of your OAuth client IDs within an embedded...

the same with me - android device. lib ver 0.2.2. my code: import NotificationSounds, { playSampleSound } from "react-native-notification-sounds"; and on componentDidMount NotificationSounds.getNotifications().then(soundsList => { playSampleSound(soundsList[1]); });