How can i use odometer in react native? - 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.

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 recreate photomath photoscaner in 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:

React native ScrollView effect like youtube's one

I'm trying to get an effect like youtube's one in the ScrollView of my react native app.
I don't really know how to search for this, so if anyone knows of a package or a video tutorial that could help me, I would really appreciate it.
That's a short video showing the effect I've said, but I believe it is present in all Youtube apps.
Basically, it shows you the header when you drag it up from anywhere on the screen.

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.

3D Rendering in React Native

I want to render a three-dimensional cube with images on its six surfaces in React Native, that can be rotated by the user. First, I wanted to use react-native-canvas, but 3D rendering isn't possible within such a canvas.
My second idea was a Web View, that is shown in React Native and that renders the cube. The big disadvantage of this solution is, that a internet connection is necessary. Furthermore, maybe the performance isn't that good this way.
So, do you have any idea how to solve my problem? Thanks for all responds.
I would recommend you use a javascript framework called three.js. it is designed to do exactly what you are looking for.