dbs-tuan

Results 3 comments of dbs-tuan

run `xcrun simctl list devices ` to list all available iOS devices anh then run `npx react-native run-ios --simulator="Device Name"` (replace "Device Name" with one of your available iOS devices)

It might be a memory crash when the app starts reading too much into memory. Based on the [docs](https://github.com/RonRadtke/react-native-blob-util?tab=readme-ov-file#user-content-performance-tips), **replace fs.readStream by fs.slice(path_to_source path_to_write, firstByte, lastByte)**. Code example below: ```...

I'm having the same issue ``` "react-native": "0.80.2", "@react-native-firebase/messaging": "^23.1.0", ``` Android: 13