This repository serves as demo for representing weak Android performances while using Reanimated animations:
Running transform style animation will cause JS and UI frame drops only on Android devices/emulators.
- While observing the footages constant frame drops are in place on Android emulator.
- At the end of the Android component profiling footage JS thread reaches 0 FPS without running any expensive background calculation (except animation ones).
- Have ready React Native environment for application development.
- In the console enter the
yarn buildcommand. It will install dependencies. - After that Metro bundler can be started with
yarn startcommand. - In another terminal build the projects for Android and/or iOS emulators/simulators with
yarn androidandyarn ioscommands.