Steve Han

Results 9 comments of Steve Han

@hirbod I think this might be the root cause: see if it resolves the issue for you. https://github.com/calintamas/react-native-toast-message/issues/226#issuecomment-1010124690

The issue doesn't occur in the emulator for me either. I'm seeing this issue on 2 Samsung android devices running Android 11. Disabling useNativeDriver resolved the issue for me on...

> disabling the native driver is not a real solution Since there's no performance concern here really, is using the native driver really a requirement @hirbod? If using the native...

That makes sense. With this PR https://github.com/mrousavy/react-native-mmkv/pull/402, multiprocess is turned on on ios when `AppGroup` is specified. Should we add a explicit config option for a uniform way to control...

> This worked with gcc 11.3 but gave only a slight improvement. I've been looking at that function as well since it's clearly the hotspot. I was playing around with...

> but saw no improvements from prefetching anything on my setup (a Skylake mobile Xeon, GCC 11). I took a quick look at wiki for Skylake mobile Xeon, looks like...

Ran into the same issue on quest. I can see this warning in LogCat. TerminalView not displayed because it is too large to fit into a software layer (or drawing...

Here is what it looks like https://twitter.com/TheSteveHan/status/1433812346154127361

Check that you have the right scope. for me I'm missing files:read in my bot Here's the json_data object. {'ok': False, 'error': 'missing_scope', 'needed': 'files:read', 'provided': 'identify,channels:history,groups:history,im:history,mpim:history,channels:read,groups:read,im:read,mpim:read,users:read'}