Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix new implementation iOS crash on reload while animation is running (…
…software-mansion#3837) ## Summary This PR fixes an iOS crash with Hermes on app reload that occurs only if some animation is still running: <img width="1512" alt="crash" src="https://user-images.githubusercontent.com/20516055/205723759-1ed56999-64e7-4ce6-a4ae-baa686f2b2a4.png"> ## Test plan 1. Build and launch Example app on iOS simulator 2. Open Animated Style Update Example 3. Increase duration to 5000 ms 4. Click "Toggle" button 5. Press <kbd>r</kbd> in simulator 6. Make sure the app reloads correctly
- Loading branch information