How to recreate photomath photoscaner in react native? - react-native

I'm trying to recreate photomath photoscaner in react native, and I cant find any simple solution that can "select" part of an image and crop it while using camera, and solution that can be resized at the same time. Do you have any suggestion on how to implement this?
Here is how it looks like:

Related

Drawing with React Native

hey guys i'm trying to create a way to draw, like paint, using react native/expo, does anyone have an idea how i can do this?
I tried looking for some packages that did this, but I didn't succeed in implementing any of them

How to remove background of imported image in React Native?

How to get this effect in React Native?
Is it possible to get removing background effect in react-native?
I recommend to use react-native-drawpad and react-native-sketch-canvas.
It might give you hint. I am not sure it will be exact solution for this effect.

How to make a duration slider for a camera view in react native

I want to create a time duration component for a camera view like this in react native (please see the image below).
Is there a library that I could use if not, can you help how could I do it? Thanks in advance.
Just to answer this question since I manage to solved it.
I used React Native Snap Carousel to make it work.

How can i use odometer in react native?

I have a react native app where I want to use some animation like odometer. But I am not finding any way to do that. I have got one dependency react-odometer . Although I am not being able to do anything with this. I want to generate some random numbers with the help of odometer animation. Any help would be appreciated.

Custom Tab bar in React Native

I am trying to replicate something like the following in React native and React navigation. Having trouble getting started and even knowing if something like this would be possible. I got normal tabbed view working but, having trouble with this one. Any ideas on how it can be done are welcome. I am new to React Native.