Open puckey opened 2 weeks ago
pls note https://github.com/doublesymmetry/react-native-track-player/pull/2370 breaks on rn <0.76.1
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 to try it out?
I updated the example app to 0.76.2
, which should have fixed the remaining timer issues through https://github.com/facebook/react-native/commit/ee7b4e276355146be53958b402bfb2d5af2dd1bc. @smfunder would you like to verify?
@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 it?
u should clone and start testing the example app.
if ur absolutely sure to test in ur own app, do note newarch breaks/bugs many libs right now, so if it doesnt work u shouldnt comment on this PR but the respective libs.
u should first make sure ur project uses RN 0.76.2. then for RNTP instead of a version, use this PR's SHA. for example https://github.com/lovegaoshi/azusa-player-mobile/blob/e3ce4f61806075ce5d6458748b570e9733c7fc2a/package.json#L113. but use this PR's SHA instead
thank you @lovegaoshi I will try it asap and get back to you here!