Robert Olaru

Results 5 comments of Robert Olaru

What version are you using? I'm encountering similar issues with `[email protected]`, `react-native-video@^6.0.0-alpha.1`, `react-native-video-controls@^2.8.1`

In my case the crash was due to using `react-native-gesture-handler` on a specific app page (the same where the video component was*). After removing usages of `react-native-gesture-handler` in that page...

I am experiencing the same error: ``` terminate called after throwing an instance of 'nlohmann::json_abi_v3_11_2::detail::type_error' what(): [json.exception.type_error.307] cannot use erase() with null Lost connection to device. ``` I am using...

Can confirm, my project too has the same exact error, using react-native-web (on Expo bare workflow). Besides, the error only shows up when building using `expo export:web`. Running in dev...

@etiennelacoursiere Before downgrading `expo-cli` I first uninstalled the existing global package (both from yarn and from npm). Then I ran `expo-cli -v` to make sure it was the expected version....