mym0404/react-native-naver-map

[FR]: Find a alternative way other than `currentBridge`

mym0404 opened this issue · 1 comments

Is there an existing issue for this?

  • I have searched the existing issues

Describe the problem

In this PR, it seems refering currentBridge in multi react environment like expo-dev-client doesn't work properly in some cases.

I don't know how to get Bridge in Fabric View not yet.

Anyway, we should inject bridge to View from RCTViewManager.

I have seen initilaizer injection for bridge in fabric in somewhere. Where was it?🙄

Describe the solution

Eliminate currentBridge usage!

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Currently, I just switched to Fabric and decided to use currentBridge as is.