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
1.Enter the page displaying the map.
2.Exit the page directly to return.
3.Re-enter the page displaying the map.
After merging #3708 , this issue only occurs on real devices and does not appear on simulators. After upgrading to RN 0.76, the problem disappears due to the default enablement of the new architecture and Bridgeless Mode. However, the issue remains noticeable on the traditional architecture.
I entered the page three times and exited each time, but in XCode, I can see that none of the three views were released.
Expected behavior
The memory was released normally.
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered:
Mapbox Implementation
Mapbox
Mapbox Version
10.19.2
React Native Version
0.75.4
Platform
iOS
@rnmapbox/maps
version10.1.31
Standalone component to reproduce
can directly use the example. I observed it in BugReportExampleTS
Observed behavior and steps to reproduce
1.Enter the page displaying the map.
2.Exit the page directly to return.
3.Re-enter the page displaying the map.
After merging #3708 , this issue only occurs on real devices and does not appear on simulators. After upgrading to RN 0.76, the problem disappears due to the default enablement of the new architecture and Bridgeless Mode. However, the issue remains noticeable on the traditional architecture.
I entered the page three times and exited each time, but in XCode, I can see that none of the three views were released.
Expected behavior
The memory was released normally.
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: