@@ -103,3 +103,109 @@ exports[`test renders correctly 1`] = `
103
103
</View >
104
104
</View >
105
105
` ;
106
+
107
+ exports [` test renders correctly 2` ] = `
108
+ <View
109
+ style = {
110
+ Object {
111
+ " flex" : 1 ,
112
+ }
113
+ } >
114
+ <ScrollView
115
+ dataSource = {
116
+ ListViewDataSource {
117
+ " items" : 0 ,
118
+ }
119
+ }
120
+ enableEmptySections = { true }
121
+ initialListSize = { 10 }
122
+ onContentSizeChange = { [Function ]}
123
+ onEndReachedThreshold = { 1000 }
124
+ onKeyboardDidHide = { undefined }
125
+ onKeyboardDidShow = { undefined }
126
+ onKeyboardWillHide = { undefined }
127
+ onKeyboardWillShow = { undefined }
128
+ onLayout = { [Function ]}
129
+ onScroll = { [Function ]}
130
+ pageSize = { 1 }
131
+ refreshControl = {
132
+ <RefreshControl
133
+ onRefresh = { [Function ]}
134
+ refreshing = { true }
135
+ tintColor = " #4641B5" />
136
+ }
137
+ removeClippedSubviews = { true }
138
+ renderRow = { [Function ]}
139
+ scrollEventThrottle = { 50 }
140
+ scrollRenderAheadDistance = { 1000 }
141
+ stickyHeaderIndices = { Array []}
142
+ style = { Object {}} />
143
+ <View
144
+ style = {
145
+ Object {
146
+ " alignItems" : " center" ,
147
+ " backgroundColor" : " #EFEFF2" ,
148
+ " borderTopColor" : " #D2D2D2" ,
149
+ " borderTopWidth" : 1 ,
150
+ " height" : 70 ,
151
+ " justifyContent" : " center" ,
152
+ }
153
+ } >
154
+ <TouchableHighlight
155
+ activeOpacity = { 0.85 }
156
+ onPress = { [Function ]}
157
+ style = {
158
+ Array [
159
+ Object {
160
+ " margin" : 7 ,
161
+ },
162
+ Object {
163
+ " borderRadius" : 28 ,
164
+ " height" : 52 ,
165
+ " width" : 52 ,
166
+ },
167
+ Object {
168
+ " shadowColor" : " rgba(0,0,0, .4)" ,
169
+ " shadowOffset" : Object {
170
+ " height" : 1 ,
171
+ " width" : 1 ,
172
+ },
173
+ " shadowOpacity" : 1 ,
174
+ " shadowRadius" : 1 ,
175
+ },
176
+ Object {
177
+ " alignItems" : " center" ,
178
+ " backgroundColor" : " #f50" ,
179
+ " justifyContent" : " center" ,
180
+ },
181
+ undefined ,
182
+ ]
183
+ }
184
+ underlayColor = " #f50" >
185
+ <Text
186
+ accessible = { true }
187
+ allowFontScaling = { false }
188
+ ellipsizeMode = " tail"
189
+ style = {
190
+ Array [
191
+ Object {
192
+ " color" : " white" ,
193
+ " fontFamily" : " Material Icons" ,
194
+ " fontSize" : 24 ,
195
+ " fontStyle" : " normal" ,
196
+ " fontWeight" : " normal" ,
197
+ },
198
+ Array [
199
+ Object {
200
+ " backgroundColor" : " transparent" ,
201
+ },
202
+ undefined ,
203
+ ],
204
+ ]
205
+ } >
206
+
207
+ </Text >
208
+ </TouchableHighlight >
209
+ </View >
210
+ </View >
211
+ ` ;
0 commit comments