You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove javapart ref from cpp nativeproxy (#2934)
PR analogous to software-mansion/react-native-reanimated#7515 regarding the `javaPart_`.
Right now when you do a reload in a simple app with screens installed, you will see in AS profiler that instances of all NativeProxys are still in the memory. It is caused by `javaPart_` never being released thus keeping java part after reload.
I also removed empty destructor of `NativeProxy`.
0 commit comments