Kobar Septyanus
Kobar Septyanus
I can confirm this issue, I experienced a drop in frame rate when using a big list with list view or other pagination view libraries. The issue disappeared when I...
@simo9900 @tyfoo1603 I'm not sure if you all are still experiencing this issue, but I also found it quite challenging. Here is my solution utilizing AutomaticKeepAliveClientMixin and wantKeepAlive as @shangl...
this is also hapenning to me when using launchTrustedWebActivity() ``` TrustedWebActivityIntentBuilder twaBuilder = new TrustedWebActivityIntentBuilder(getLaunchingUrl()); TrustedWebActivityIntent intent = twaBuilder.build(mSession); intent.launchTrustedWebActivity(LauncherActivity.this);; ```
I tried @aabmar's suggestion. I started it by using `npm start` instead of `npm run ios` or `npx expo ios`. Instead of signing in, I used the QR code scan,...