onmyway133 / notes

:notebook_with_decorative_cover: Issues and solutions I found during development, mostly iOS
https://onmyway133.com/
MIT License
62 stars 4 forks source link

RN: keyboard scrollview TextInput button tap twice #502

Open onmyway133 opened 5 years ago

onmyway133 commented 5 years ago

https://medium.com/react-native-training/todays-react-native-tip-keyboard-issues-in-scrollview-8cfbeb92995b https://github.com/facebook/react-native/issues/10138 https://github.com/react-native-community/react-native-tab-view/issues/339 https://stackoverflow.com/questions/45834287/when-textinput-focused-first-touch-on-flatlist-doesnt-work-however-the-second

onmyway133 commented 5 years ago

https://github.com/react-navigation/react-navigation-tabs/blob/master/src/navigators/createMaterialTopTabNavigator.js https://github.com/react-native-community/react-native-tab-view/blob/f5756e95bd1beeee02ecfbc26f98ee2acae8b83e/src/PagerScroll.js

onmyway133 commented 5 years ago
<BottomTabBar {...props} keyboardShouldPersistTaps='always'  />
onmyway133 commented 5 years ago

https://github.com/react-native-community/react-native-tab-view/issues/375 https://github.com/react-native-community/react-native-tab-view/commit/e00bd021158a9ca6ad6f1ad0578303f0fdedb9e6#diff-9c1d42ef76323a8c67bd25bccfea6132

onmyway133 commented 5 years ago

https://facebook.github.io/react-native/docs/debugging.html