File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
versioned_docs/version-7.x Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -840,7 +840,7 @@ function ProfileScreen({ route }) {
840
840
< View style= {{ flex: 1 , alignItems: ' center' , justifyContent: ' center' }}>
841
841
< TextInput
842
842
style= {{ height: 40 , borderColor: ' gray' , borderWidth: 1 }}
843
- onChangeText= {( text ) => onChangeText (text) }
843
+ onChangeText= {onChangeText}
844
844
value= {value}
845
845
/ >
846
846
< Button onPress= {() => navigation .goBack ()}> Go back< / Button>
@@ -906,7 +906,7 @@ function ProfileScreen({ navigation, route }) {
906
906
< View style= {{ flex: 1 , alignItems: ' center' , justifyContent: ' center' }}>
907
907
< TextInput
908
908
style= {{ height: 40 , borderColor: ' gray' , borderWidth: 1 }}
909
- onChangeText= {( text ) => onChangeText (text) }
909
+ onChangeText= {onChangeText}
910
910
value= {value}
911
911
/ >
912
912
< Button onPress= {() => navigation .goBack ()}> Go back< / Button>
You can’t perform that action at this time.
0 commit comments