## Environment <!-- react-native info (node:18940) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the warning was created) info Fetching system and libraries information... System: OS: macOS 14.6.1 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 457.10 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.19.4 path: ~/.nvm/versions/node/v20.19.4/bin/node Yarn: version: 1.22.22 path: /usr/local/bin/yarn npm: version: 10.8.2 path: ~/.nvm/versions/node/v20.19.4/bin/npm Watchman: version: 2024.11.11.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.16.2 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.2 - iOS 18.2 - macOS 15.2 - tvOS 18.2 - visionOS 2.2 - watchOS 11.2 Android SDK: API Levels: - "33" - "34" - "35" - "36" Build Tools: - 30.0.3 - 33.0.0 - 34.0.0 - 35.0.0 - 36.1.0 System Images: - android-35 | Google Play Intel x86_64 Atom Android NDK: Not Found IDEs: Android Studio: 2024.1 AI-241.18034.62.2412.12266719 Xcode: version: 16.2/16C5032a path: /usr/bin/xcodebuild Languages: Java: version: 17.0.12 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 20.0.2 wanted: ^20.0.0 react: installed: 19.1.0 wanted: 19.1.0 react-native: installed: 0.81.0 wanted: 0.81.0 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true info React Native v0.81.4 is now available (your project is running on v0.81.0). info Changelog: https://github.com/facebook/react-native/releases/tag/v0.81.4 info Diff: https://react-native-community.github.io/upgrade-helper/?from=0.81.0&to=0.81.4 info For more info, check out "https://reactnative.dev/docs/upgrading?os=macos". --> ## Upgrading version We upgraded our app from version 0.76.2 to 0.81.0 ## Description <!-- we resolved all the build errors for both Android and iOS, the build is successful but when we use yarn android or yarn ios to run the app, the app opens up for a second and closes with no error except BUNDLE ./index.js INFO Connection established to app='com.test' on device='Pixel 7a - 16 - API 36'. INFO Connection closed to device='Pixel 7a - 16 - API 36' for app='com.test' with code='1006' and reason=''. thats all the error we got so far, if anyone had this issue we would appreciate some help. -->