Dhrumil Mayur Mehta
Dhrumil Mayur Mehta

Reputation: 459

Graphics library - React Native

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

Answers (3)

Idelatech
Idelatech

Reputation: 3

You may be interested in Expo's GLView. It provides you an OpenGL ES render target.

Upvotes: 0

jkobject
jkobject

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

XPLOT1ON
XPLOT1ON

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

Related Questions