Nikolay Solovyov
Nikolay Solovyov
Using `top` for animation leads lags, because it can't use GPU but `translate3d` - [can and use](https://www.oreilly.com/ideas/animating-movement-with-translate3d).
### Which package manager are you using? (Yarn is recommended) yarn ### Summary I'm encountering an issue with expo-router@2 when using custom screen options. The problem arises when navigating between...
Currently, the `--device` flag only supports two options: `cpu` and `cuda`. However, `cuda` is not available on MacOS, leaving `cpu` as the only option, which is significantly slower. MacOS users...