microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.95k stars 1.46k forks source link

React Native 0.74 (Bridgeless) Support #2696

Closed oktaysenkan closed 3 months ago

oktaysenkan commented 5 months ago

Hello,

React Native is transitioning to bridgeless architecture with version 0.74. This architecture aims to improve performance and maintainability by removing the JavaScript bridge, which has traditionally been a bottleneck.

I am currently using your library react-native-code-push in my project. It's been incredibly useful, and I appreciate all the effort that goes into maintaining it. With the changes in React Native 0.74, it appears that the library may require updates to ensure full compatibility with the new architecture.

Links

About the New Architecture New Architecture working group Library support for New Architecture + Bridgeless in 2024 Already migrated libs to take as an example

ramonxm commented 4 months ago

Is anyone looking at this? @MikhailSuendukov

lucen-ms commented 3 months ago

As we do not have plans to add support for this feature in the next year, I'm closing the issue.

BenIrving commented 4 weeks ago

@oktaysenkan fwiw we have managed to get codepush OTA updates working in bridgeless / interop mode on rn0.74.5 using the simple patch below. It serves our use case of simple OTA updates, both forced and optional. Please let me know if it works for you, happy to investigate further if additional changes are required

react-native-code-push-npm-8.3.1-9608679893.patch