We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3530fe5 commit be7079fCopy full SHA for be7079f
test/index.ios.callback.js
@@ -212,7 +212,7 @@ const SQLiteDemo = React.createClass({
212
renderProgressEntry(entry){
213
return (<View style={listStyles.li}>
214
<View>
215
- <Text style={listStyles.title}>{entry}</Text>
+ <Text style={listStyles.liText}>{entry}</Text>
216
</View>
217
</View>)
218
},
test/index.ios.promise.js
@@ -226,7 +226,7 @@ const SQLiteDemo = React.createClass({
226
227
228
229
230
231
232
0 commit comments