bberak / react-native-game-engine

A lightweight Game Engine for React Native 🕹⚡🎮
MIT License
2.89k stars 174 forks source link

Use Animated with mutiles Images (Sprite) #50

Closed joelbarbosa closed 4 years ago

joelbarbosa commented 4 years ago

I try to use Animated with transition transform to anime the image up to down with loop but I need to create animation image, I can do this with .setState but it will update the all component and break my transition, any help?

joelbarbosa commented 4 years ago

It was resolved, I need to control everything with GameLoop or GameEngine.