Reputation: 459
I am creating an app using React Native. I want to render some cool graphics (eg. A screen displaying a man running etc.) in my app screens. What shall I learn to be able to do so?
Upvotes: 3
Views: 3047
Reputation: 3
You may be interested in Expo's GLView. It provides you an OpenGL ES render target.
Upvotes: 0
Reputation: 69
You could look at awesome-react on github. there is packages listed where you can just exporte things created using adobe after effects
Upvotes: -1
Reputation: 3223
Perhaps this might be what you're looking for React-Canvas
The library lets user draw things in canvas as well as image transition with multi layer and more by using components.
Upvotes: 4