Varshith

Results 4 comments of Varshith

Happens on Android as well, version 8.0.1. I am only using Tab.ScrollView without any children?

This fixed laggy scrolling for me 👍

I have the same problem when I use an Elysia instance with a macro, ``` return new Elysia({ name: "User Routes" }) .use(authPlugin) .get() ``` Doesnt work ``` return new...