Yaroslav
Yaroslav
> Have you set `windowSoftInputMode` to `adjustPan` in AndroidManifest.xml? https://github.com/APSL/react-native-keyboard-aware-scroll-view#android-support worked for me
It can be through cookies on android try install on other device or emulator and try again it should help!
It can be through cookies on android try install on other device or emulator and try again it should help!
same problem, but when i drag the dot chart starts to draw https://user-images.githubusercontent.com/33982583/104186482-2405a080-541f-11eb-819a-0e4c44c85290.mov
same problem
same issue "react-native-audio-record": "^0.2.2", "react-native": "0.63.4",
Found solution https://github.com/goodatlas/react-native-audio-record/blob/master/Example/App2.js it must be on class i have code in function
in node_modules/react-native-deck-swiper/Swiper.js I just add to function pushCardToStack Animated.ScrollView and contentContainerStyle={{paddingBottom: 50}} and it's worked for me. I know its bad but i dont see other way ### pushCardToStack =...
> > in node_modules/react-native-deck-swiper/Swiper.js > > I just add to function pushCardToStack Animated.ScrollView and contentContainerStyle={{paddingBottom: 50}} > > and it's worked for me. I know its bad but i dont...