controversialUser
Results
2
comments of
controversialUser
well in android this problem is made from animations ... comment this piece of code : ``` UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true) ``` in common/components/container.js componentWillMount() and the game will work ok...
Hello @iChirag , sorry for the late response.This is my final code , can you check it out [https://drive.google.com/open?id=1eowv_hHONF9yYp7supuEkTOJjPpecUUp](url) import it in your project `import ReactNative2048 from './2048';` than use...