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
Description
When navigating between screens using stack navigation in Expo Go, the app exhibits a memory leak. The RAM usage continuously increases without returning to its original value after navigating back to the home screen.
Steps to Reproduce
Create new Expo app using npx create-expo-app@latest my-app
Add stack navigation following the official Expo tutorial for "Add a new screen to the stack"
Use Expo Go to launch app in iOS simulator (iPhone 15)
Open Expo Go performance monitor
Navigate from home screen to second screen
Navigate back to home screen
Repeat steps 4-5 multiple times
RAM increases in Expo Go performance monitor
Expected Behavior
RAM usage should remain relatively stable or return close to its original value after navigating back to the home screen.
Actual Behavior
RAM usage incrementally increases with each navigation cycle without being properly cleaned up, indicating a memory leak.
Additional Context
This occurs with a fresh project following the official tutorial
The issue is consistently reproducible
No custom memory-intensive operations are being performed
Do you understand that any discussions or questions opened as issues in the core Expo Snack repository will be closed?
Yes
The text was updated successfully, but these errors were encountered: