callstack / callstack/masked-view
Implementing masked view on entire app causes the UI and JS fps to be capped at 35 FPS or lower fro Android
Open
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
I tried implementing this splash screen [tutorial](https://reactnative.dev/blog/2018/01/18/implementing-twitters-app-loading-animation-in-react-native) using this library and it works great on iOS, but for android I noticed my entire app is running slow/choppy, the performance monitor is showing the app running at 35 FPS or lower for UI and JS. If I remove the MaskedView that's wrapping my entire app then it runs as normal.
Contributor guide
Assessment
This issue has not been assessed yet.