oney
oney
Yeah, the source of the issue is `unknown:React: Calling JS function after bridge has been destroyed.`. Let me think about it.
Oh, crash when they're closed and not running in the background is due to lack of `index.android.bundle`. Run below command to generate `index.android.bundle`, and then run `react-native run-android` ``` react-native...
Very useful. Thanks for helping solve the problem. The issue of reload of the JS is known to me. I will keep trying solving it. About crash of `Attached DialogModule...
Good! > Basically everything works now, except that the app still crashes after I receive a notification (when the app is closed and not running in the background). About above...
Just update 0.1.3 to npm. It should work on react native 0.17.0. Please confirm that 5 situations are working. - The app is foreground - The app is background and...
0.1.5 should solve it. Please try it!
Sorry for the late reply! I never develop an electron app, but react turbo babel plugin should work in an environment with babel compiler. In [this link](https://www.electronforge.io/guides/framework-integration/react) you provided, I...
No plan for a SWC plugin written by Rust for now 🙈 I think a babel JS plugin works in SWC, so this plugin works, but the performance suffers.
Yes, I expect that the app keeps audio talking in the background. I add key `Required background modes` that has `App plays audio` and `App provides Voice over IP services`...
It's interesting. I modify the code like this to use audio only, and when entering background mode, the app will keep audio connection. I can listen and send voice with...