Skip to content

Commit e263f49

Browse files
joshuapintergitim
authored andcommitted
Set color of text.
Was coming up as grey on Android.
1 parent 35dcafb commit e263f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Basic/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ const styles = StyleSheet.create({
210210

211211
text: {
212212
fontSize: 24,
213+
color: '#222222',
213214
},
214215
});
215216

0 commit comments

Comments
 (0)