-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Summary
Hi Amplitude team,
I’m currently working on a React Native app that uses the New Architecture in bridgeless mode (JSI/TurboModules, no legacy bridge).
From what I understand, the current @amplitude/react-native SDK still depends on the old native bridge. This means I’m unable to use it directly in a bridgeless environment and have instead been sending events via the HTTP API.
Could you clarify:
Do you have plans to release a bridgeless-compatible version of the React Native SDK (using JSI/TurboModules)?
If so, is there an expected timeline?
In the meantime, is there an officially recommended approach for apps using the New Architecture without the legacy bridge (other than manually calling the HTTP API)?
Thanks for your time and for all your work on the SDK!