Thiago Machado
Thiago Machado
I managed to solve this lack of padding support for android in the following way : access the following library folder : node_modules / react-native-html-to-pdf / android/src/java / android /...
This problem happened to me after activating the new architecture in version 0.74.3
work for me ... thanks xd
Solution provided [here](https://github.com/react-native-share/react-native-share/issues/1683#issuecomment-3188132313).
I modified the fork to generate 16kb memory images in accordance with Google Play Console requirements: [https://github.com/thiagomachado1998/react-native-sqlite-storage](https://github.com/thiagomachado1998/react-native-sqlite-storage)
Not yet. If you want to use my fork, do the following: download all the files from the sqlite folder locally. Inside the sqlite folder, there are remote repositories that...
any solutions?
I found solution : const pagerRef = useRef(null); const handleModalShow = () => { if (pagerRef.current && selecionarImagemIndex != null) { // Força o PagerView a ir para a página...