### The problem(s) 1. Bad folder structure 2. Low performance game loop 3. Legacy React components 4. Bad state management ### The solution(s) - [ ] 1. Create a ``src`` folder and put the app code inside it, and separate as much as possible in more files and folders. - [ ] 2. Use the API provided by ``react-native-game-engine`` - [ ] 3. Convert everything to function components, using react hooks as well - [ ] 4. Implement Redux
The problem(s)
The solution(s)
srcfolder and put the app code inside it, and separate as much as possible in more files and folders.react-native-game-engine