We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23a177 commit e84121fCopy full SHA for e84121f
example/App.js
@@ -73,9 +73,11 @@ const App = () => {
73
bounciness={8}
74
gestureEnabled={true}
75
onClose={_onClose}
76
+
77
defaultOverlayOpacity={0.3}>
78
<ScrollView
- nestedScrollEnabled={nestedScrollEnabled}
79
+ nestedScrollEnabled={true}
80
+ scrollEnabled={nestedScrollEnabled}
81
style={{
82
width: '100%',
83
padding: 12,
@@ -109,13 +111,14 @@ const App = () => {
109
111
<TextInput
110
112
113
- height: 50,
114
+ minHeight: 50,
115
borderRadius: 5,
116
borderWidth: 1,
117
borderColor: '#f0f0f0',
118
marginBottom: 15,
119
paddingHorizontal: 10,
120
}}
121
+ multiline={true}
122
placeholder="Write your text here"></TextInput>
123
124
<View style={{}}>
0 commit comments