Closed ysfzrn closed 6 days ago
Documentation needed for integrating React Native components into native Android applications using Bridgeless mode (New Architecture) in React Native 0.76+. Current docs still reference legacy bridge architecture patterns.
Which part of the docs? Can you be more specific and share links?
I was writing about this part where there's only an example using ReactInstanceManager, and ReactInstanceManager returns null in Bridgeless mode: https://reactnative.dev/docs/0.75/integration-with-existing-apps?language=kotlin#the-magic-reactrootview
However, as I was writing this, I noticed the link is for version 0.75. My apologies, I'm closing this issue.
Description
Documentation needed for integrating React Native components into native Android applications using Bridgeless mode (New Architecture) in React Native 0.76+. Current docs still reference legacy bridge architecture patterns.
What is the problem?
The official documentation lacks clear guidance on how to integrate React Native components into existing Android applications using the new Bridgeless architecture. The current documentation still references
ReactInstanceManager
which is not available in Bridgeless mode, and there's no information about usingReactHost
andReactSurface
for native integration.How can we address it?
Add a new documentation section covering:
ReactHost
andReactSurface
Suggested documentation structure:
Why is it important?
Who needs this?
When should this happen?
This should be addressed as soon as possible since: • Bridgeless mode is default in React Native 0.76 • Teams are actively migrating to the new architecture • Current documentation is outdated and may lead to incorrect implementations
Version numbers: