KiranRadish

Results 14 comments of KiranRadish

I got same issue in production today. has anyone got solution for this?? One thing i noticed is after uninstalling old version and reinstalling new version from play store it...

@mohdmunaf could you please elaborate your solution?

@pandiyanmadhan use this in android/app/build.gradle ` implementation 'com.facebook.fresco:animated-gif:2.5.0'` clear project uninstall app and run again. this issue is causing with 2.6.0. version of fresco let me know if this work...

@ghashi @CaptainJeff Background observer not working in case of killed state for me. Could you please share some sample code or doc which you referred? Also, is local notification need...

I am adding listener as below ``` NativeAppEventEmitter.addListener('healthKit:HeartRate:new', callBackgroundObserversHeart()) NativeAppEventEmitter.addListener('healthKit:StepCount:new', callBackgroundObserversStep()) ``` I am getting this response every time when i add some data in health app [HealthKit] New sample...

not sure what is wrong here, - updated **AppDelegate** file followed stackoverflow guide but still getting this message `[HealthKit] New sample received from Apple HealthKit - HeartRate` `[native] Sending `healthKit:HeartRate:new`...

@GGGava Thanks for your quick update. Yes now with `NativeEventEmitter` its working exactly as expected.

No @CaptainJeff i was not able to receive any data but it was showing processed log. After changing listener with `NativeEventEmitter ` its working. Also doc is updated with latest...

does anyone found solution for this?

I have added Listener as NativeAppEventEmitter.addListener('healthKit:StepCount:new', callBackgroundObserversStep()) and @lucaspbordignon i am getting below response in xcode [native] Sending `healthKit:StepCount:new` with no listeners registered. can you please suggest whats wrong here?