daheeahn

Results 7 issues of daheeahn

When a remote notification is received, Is there a way to prevent onNotification from being called? There is an action to record an event in this, and it is inconvenient...

react-native: 0.63.4 react-native-push-notification: 7.3.1 I created 2 channel ``` PushNotification.createChannel( { channelId: 'channel a', channelName: 'channel a', channelDescription: 'description a', vibrate: true, }, (created: boolean) => {}, ); PushNotification.createChannel( {...

Stale

Hi, I wanted to apply text to the red box, so I used the ```message``` option. Is there another option to change only the text that will be applied to...

question

I faced these errors What is the error and how can I fix it? my code ``` captureRef.current.capture() .then(uri => { // success }) .catch(e => { // fail console.log(e);...

Give this id an unused id. Otherwise, the old data comes from the cached data that was used in the past. Otherwise, it is optional, so if not granted, this...

Stale

RN version: 0.61.0 mauron85/react-native-background-geolocation: 0.6.0 Platform: Android Running in Simulator: false I tried auto and manual link both. but It all failed in release version. (debug version was worked.) In...

I have a question about creating a new Rive React Native module on top of the expo module. The reason I post this issue is to ask for help making...