File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import {
25
25
type ScrollViewProps ,
26
26
type TextInputProps ,
27
27
View ,
28
- StyleSheet ,
29
28
useWindowDimensions ,
30
29
} from 'react-native' ;
31
30
import { Platform } from 'react-native' ;
@@ -56,7 +55,6 @@ function Wrapper(props: PropsWithChildren<{}>) {
56
55
57
56
return (
58
57
< View
59
- style = { styles . wrapper }
60
58
ref = { wrapperRef }
61
59
onLayout = { ( { nativeEvent } ) => {
62
60
if ( nativeEvent . layout . height !== windowDimensions . height ) {
@@ -69,12 +67,6 @@ function Wrapper(props: PropsWithChildren<{}>) {
69
67
) ;
70
68
}
71
69
72
- const styles = StyleSheet . create ( {
73
- wrapper : {
74
- flex : 1 ,
75
- } ,
76
- } ) ;
77
-
78
70
export default function SmartScrollView ( props : PropsWithChildren < { } > ) {
79
71
return (
80
72
< SmartScrollProvider >
You can’t perform that action at this time.
0 commit comments