Pavel Vashkel
Pavel Vashkel
@dfsfyt, it seems that you're using `cocoapods` versions `1.15.2`. This is `Gemfile` from `0.73.6` versions of `react-native`: ```Gemfile # Cocoapods 1.15 introduced a bug which break the build. We will...
Well, I have a similar problem. Maybe, it is not 100% of the same nature, but I ended up in this issue while searching for a solution, so, hopefully it...
@YoussefHachicha, you need to use `PeekabooCameraState`. There is a [`capture()`](https://github.com/onseok/peekaboo/blob/63cdcf7ce2e9954d1b434d6efcd775ca6e25cb5e/peekaboo-ui/src/commonMain/kotlin/com/preat/peekaboo/ui/camera/PeekabooCameraState.kt#L50) method in there. Please, have a look at the [sample](https://github.com/onseok/peekaboo/tree/main/sample) app. You can find how to trigger photo capturing there.
I guess, I have a similar problem, too. No `Suspense`, though. I spotted it in release build, it also happens when running locally with `--no-dev`. I don't think it has...
I suggest you overriding lock file whenever doing this big of a migration like 52 → 53 one. Right now, I have the following versions in the app: ```JSON "@react-native-community/datetimepicker":...
Got something similar on my end. Upgrading to `7.0.2` (the latest version at the moment) did not help in my case, but upgrading to `7.0.2` and applying this patch to...