react-native-smart-scroll-view
react-native-smart-scroll-view copied to clipboard
To support 0.38.1, we have changed style
Change styles of flex1 from {flex: 1}
to {flexGrow: 1}
const styles = StyleSheet.create({
flex1: {
flexGrow: 1
}
});
keyboardShouldPersistTaps = {true} is deprecated in RN 0.40 Use keyboardShouldPersistTaps = "always"