anniewey

Results 28 comments of anniewey

@jfishman1 I've implemented the service extension and tested notification display in fg, bg and killed state. I set `notificationReceivedEvent.complete(null)` in `NotificationServiceExtension.java` and the following behaviour was observed in Android: ```...

> This version restores the scan area full of containers in android. so this means the barcode scan area is not restricted, well i thought this library has such feature....

Hi @joshjhargreaves, can you add `onPress` prop to the `headerText`? We need it to open calendar view date picker. Thanks

Refer to the docs, you need to add the custom audio files to the path specified and rename them. ``` incallmanager_busytone.mp3 incallmanager_ringback.mp3 incallmanager_ringtone.mp3 ``` Then play the audio: ``` InCallManager.startRingtone('_BUNDLE_')...

@YuliaGrigorieva any update on this? not sure how to proceed after adding the cert in dashboard. i'm using onesignal for my app's notification

Having same issue on iOS Simulator (15.2). Related to #498 "react-native-document-picker": "^8.0.0",

I'm getting same error when build with `react-native-vision-camera:2.12.1` but couldn't get it to work with above solution. Any idea? > implementation(project(':react-native-vision-camera')) { exclude group: 'com.google.firebase' // -->> Only exclude this...

@dhavallogistic just from this library `react-native-vision-camera` but I already solved it by using firebase bom ``` implementation platform('com.google.firebase:firebase-bom:29.1.0') ```

@LichKing-2234 I don't see there's `createChannel` in example as well. How do I join channel without creating one? I supposed I need to create channel first.