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
Related
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:
What I'm trying to do is to recognize the color of a pixel via expo-camera. I've used react-native-pixel-color but couldn't make it work. If someone has an example project I could look into I would really appreciate it.
I am new to React Native development. I tried to recreate the below listview with react native and It failed. I just want to know if we can recreate below UI design with react native or the name of this listview type.
Thank You.
Yes, you can recreate such component in react-native, however, it would be too complex to discuss it here. You can look into react-native-snap-carousel, which is the closest open-source library to your case that comes to mind.
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.
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.