Mike Podgorniy

Results 7 issues of Mike Podgorniy

Example: ``` import React, { memo } from 'react'; import { Text, StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { padding: 1, }, critical: { backgroundColor: 'red', },...

fix for https://github.com/callstack/react-native-image-editor/issues/73

Hello Guys! getThumbnailImageDate is too slow because we need to transfer a lot of base64 images from native to js and again to native to show Contact List. Can you...

### What happened? Navigation.constantsSync().bottomTabsHeight returns 0 if waitForRender: true In first render value = 0, after render tab value is correct p.s. Android works fine ### What was the expected...

platform: iOS
type: accepted/bug

new prop mode="rounded"

Module ScreenCornerRadius requires main queue setup since it overrides `constantsToExport` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background...

Just simple code from help: `window.op('alias', { alias: 'a1', profileId: '1' });` https://api.openpanel.dev/track 500 Internal server error

bug