-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Crash With RN 0.74 #2293
Comments
there is a very recent pr currently for this |
please wait fro latest configuration |
since 0.74.1 is released i guess its worth to mention at here again. bridgeless new arch is not compatible atm. |
Any updates? |
dont enable newarch and bridgeless and ur fine for now. otherwise u have to
harass facebook from the issue posted above
…On Tue, May 21, 2024, 7:03 AM Ralisson Mattias ***@***.***> wrote:
Any updates?
—
Reply to this email directly, view it on GitHub
<#2293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZMOVVXMFUZMBZCDHHJYZR3ZDNH2BAVCNFSM6AAAAABF2VJBI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRSG4YTIMRSGE>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Looks like bridge support is fixed in latest nightly: facebook/react-native#44255 (comment) |
no its not
facebook/react-native#46050
…On Sat, Aug 17, 2024, 7:08 AM Jonathan Puckey ***@***.***> wrote:
since 0.74.1 is released i guess its worth to mention at here again.
bridgeless new arch is not compatible atm. facebook/react-native#44255
<facebook/react-native#44255>
Looks like bridge support is fixed in latest nightly: facebook/react-native#44255
(comment)
<facebook/react-native#44255 (comment)>
—
Reply to this email directly, view it on GitHub
<#2293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZMOVVXPBHSZ4OEBYX4UVLTZR5KN7AVCNFSM6AAAAABF2VJBI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJUHA3DSOBRGI>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
RNTP is not currently working with the New Architecture doublesymmetry/react-native-track-player#2293
I can confirm that it's not working with |
So, almost 2025 and still not working, any news ? |
if u bother to click into the issues linked above, u will find fb JUST
picked the changes yesterday and scheduled to release by 0.76.1.
…On Tue, Oct 29, 2024, 1:19 AM John Paraskevopoulos ***@***.***> wrote:
So, almost 2025 and still not working, any news ?
—
Reply to this email directly, view it on GitHub
<#2293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZMOVVQ5DPXTIC47NSSTZZLZ55AJHAVCNFSM6AAAAABF2VJBI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBTGUZTMMJZG4>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
I just updated to React Native 0.76.1, but the app still crashes on any file where |
u need to apply rhe new arch patch. eg.
https://github.com/lovegaoshi/RNTPExampleNewArch/blob/fix/patches/react-native-track-player%2B4.1.1.patch
and please track the new arch progress in the respective PR instead of here
…On Wed, Oct 30, 2024, 6:07 AM Mohsin Raza ***@***.***> wrote:
I just updated to React Native 0.76.1, but the app still crashes on any
file where import TrackPlayer from 'react-native-track-player' is used.
Both on android and iOS.
—
Reply to this email directly, view it on GitHub
<#2293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZMOVVWPSH2ITXBKIBMROF3Z6DKZ3AVCNFSM6AAAAABF2VJBI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBXGA4DMMBUGE>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
@lovegaoshi which PR are you referring to? Do you expect that fixing this issue will provide support for 0.76 (and beyond)? I suspect it's the root of my issue in #2368 |
it doesnt seem u linked the lib right, but i neither generated my repo with expo nor use custom RN to tell. all i can say is refer to the example app as its a known working app. u can diff it against the template and see where it differs and where u missed. |
I applied this patch react-native-track-player+4.1.1.patch, but still no luck. iOS and android app crashes wherever |
pls see the screen shot above. there are 2 PRs and both have to be applied. i can confirm the new arch runs, both at my fork and my new arch example. since neither do u post ur repo, nor I want to read ur repo, u should consult the example app in my linked repos. |
in file android/gradle.properties change newArchEnabled to false |
Console gives following error in debug mode on android
(NOBRIDGE) LOG Bridgeless mode is enabled (NOBRIDGE) ERROR Error: Exception in HostObject::get for prop 'TrackPlayerModule': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: TrackPlayerModule.add(). Details: Unable to parse JNI signature. Detected unsupported return class: kotlinx.coroutines.Job
In Release build, it won't get started.
Same on iOS (But I am not sure if app is not working with this issue or other issue)
cc : @dcvz
The text was updated successfully, but these errors were encountered: