feat(react-native): rn 0.72.7 update (#14130)

feat(react-native): version 0.72.7 update
This commit is contained in:
Calinteodor
2024-01-09 15:16:51 +02:00
committed by GitHub
parent fcdc2f500d
commit 90628f56f8
21 changed files with 5031 additions and 3538 deletions

View File

@@ -76,7 +76,7 @@ export default class SectionList extends Component<IProps> {
render() {
return (
<SafeAreaView
style = { styles.container } >
style = { styles.container as ViewStyle } >
<ReactNativeSectionList
ListEmptyComponent = { this.props.ListEmptyComponent }
keyExtractor = { this.props.keyExtractor }