Minh Tran
Minh Tran
I have the same problem with TextView gravity too. When i change TextView width in method onMeasure, the icon doesn't adjust itself to the new width.
@webraptor Thanks for your answer. I think showing labels when calling swipeLeft will help improving user experience. I use this lib for deck swiper: https://docs.nativebase.io/Components.html#deckswiper-def-headref It has top layer and...
I follow this link and has the same problem too: https://github.com/meedan/react-native-share-menu/issues/106#issuecomment-782034472 - The problem is the mismatch between share extension' surlscheme and AppDelegate.m's urlscheme. `if ([urlString hasPrefix:urlScheme]) {` My problem...
Just use DismissableFlatList as normal FLatList ```js // DismissableFlatList.js import React, { useState, useCallback } from 'react'; import { GestureHandlerRefContext } from '@react-navigation/stack'; import { FlatList } from 'react-native-gesture-handler'; const...
I have same problem. - injectedJavaScriptObject prop change => webview reload => url load the first url instead of current url - textZoom change => reload to first url =>...
Just don't use new architecture. Peace.
That is a solution. React-native-webview is a complicated project. The maintainer is busy. To support new arch, the project needs a complete rewrite. New arch is terrible. Even flex:1 cause...
- I faced the same problem on Android only. - injectedJavaScript is executed 4 times on Android only - react-native-webview is unusable with injectedJavascript on Android right now
I face the same problem exactly. My pager view version is 6.2.3 - Memory leak for active pages - I display web views each tabs => massive memory leak