Made using the Expo 0.87 template, and the local nitro module located in nitro/repro-module was made using nitrogen.
- Install dependencies
npm i - Build and run app on device
npx expo run:android
- Press "Toggle component" and accept camera permission request
- One error can be reproduced by toggling the component while the camera + frame processor is active until it crashes during unmount.
- A similar error can be reproduced by reloading the app from metro
Stack traces include decltype(auto) related to margelo::nitro::JSIConverter.
Possibly related to issues with the JSI runtime?