smfunder

Results 28 comments of smfunder

Hello! Yes, I experienced the same running on iOS 18. I've tried some workarounds like this one: ``` //Called when a notification is delivered to a foreground app. -(void)userNotificationCenter:(UNUserNotificationCenter *)center...

Btw, looks like to be an issue in iOS 18 Beta investigated by Apple: https://developer.apple.com/forums/thread/762412?answerId=800720022#800720022 And here is a possible patch/workaround: https://developer.apple.com/forums/thread/762126?answerId=800296022#800296022 So here is the updated code to filter...

Anyone facing the same? Months later I've updated React Native to 0.76.3 now with new arch enabled and the app is randomly crashing when loading on startup. Any help would...

I came here to see what would be the progress for this PR to be merged? Would it fully work with RN 0.76.1 is there any help I can provide...

@puckey what would be the best way to try it out? Should I clone the library on this PR's branch and then replace my node_modules/react-native-track-player folder with the content of...

thank you @lovegaoshi I will try it asap and get back to you here!

@bartlomiejbloniarz so if I'm not wrong we should wait until Hermes new build is integrated into React Native and there is a new release? In my case I'm getting ANR...

Hi there! Same issue here with React Native 0.76.1 and new Arch enabled. ![Captura de pantalla 2024-11-08 a la(s) 12 56 52 a  m](https://github.com/user-attachments/assets/e6167906-a973-4ad4-a577-ed77feef04c8)

@sayem314 I just tried installing from master branch on my app and seems to be working correctly! I did it this way: "@sayem314/react-native-keep-awake": "https://github.com/sayem314/react-native-keep-awake.git", on package.json / dependencies The built...

I'm also here because I'm facing this issue with 4.1.1 and RN 0.76.1 with New Arch enabled. I will be investigating and report any news.