Ivan Kalinin

Results 8 issues of Ivan Kalinin

I want to detect the event when options was scrolled down till the end. As in usual Flatlist onReachEnd. Any clue here for react-native-modal-dropdown?

do ` const spaceInfo = await getFSInfo(); ` Real device (iPad) gives me 43GB available - at the same time react-native-fs gives me 38GB available? Any system files is not...

`"react-native-keyboard-aware-scroll-view": "^0.9.1", "react-native": "0.61.5",` ``` ``` ``` scrollView: { flex: 1, }, scrollContent: { flexGrow: 1, justifyContent: 'center', alignItems: 'center', paddingVertical: 136, }, ``` When enableOnAndroid={true}, paddingBottom inside of paddingVertical:...

ok there is example of usage like ```javascript import AppLink from 'react-native-app-link'; AppLink.maybeOpenURL(url, { appName, appStoreId, appStoreLocale, playStoreId }).then(() => { // do stuff }) .catch((err) => { // handle...

Preconditions: ```Platform: Android``` ``` "react-native": "0.63.3", "react-native-parsed-text": "^0.0.22", ``` Issue: Could someone explain this behavior? And how could we fix it? > code: > ```javascript > > {'HELLO'} > >...

This is my basic code example to reproduce situation ```js export const CarouselExample = () => { const PAGE_WIDTH = SCREEN_WIDTH * 0.8 const PAGE_HEIGHT = SCREEN_WIDTH / 2 return...

question

Integrating webview in my RN app. I use [Publitas API](https://publitas.github.io/docs/js.html#custom-product-action) as url resource and need to handle onFileDownload event on android. This is minimal code snippet for repro. ```json "react-native-webview":...

Type: bug report

Integrating webview in my RN app. I need to handle [Publitas API](https://publitas.github.io/docs/js.html#custom-product-action) by injected javascript code. This is minimal code snippet for repro. ```json "react-native-webview": "^13.8.4", ``` ```js import {...

Type: bug report