File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function App(): React.ReactNode {
2626 < StatusBar barStyle = { isDarkMode ? 'light-content' : 'dark-content' } />
2727 < ScrollView contentInsetAdjustmentBehavior = "automatic" >
2828 < View >
29- < Text style = { styles . title } > Hello, World!</ Text >
29+ < Text style = { [ styles . title , { color : isDarkMode ? 'white' : 'black' } ] } > Hello, World!</ Text >
3030 </ View >
3131 </ ScrollView >
3232 </ SafeAreaView >
Original file line number Diff line number Diff line change @@ -98,13 +98,15 @@ PLATFORMS
9898
9999DEPENDENCIES
100100 activesupport (>= 6.1.7.5 , < 7.1.0 )
101+ base64
101102 benchmark
102103 bigdecimal
103104 cocoapods (~> 1.13 , != 1.15.1 , != 1.15.0 )
104105 concurrent-ruby (<= 1.3.4 )
105106 ffi (>= 1.17.2 )
106107 logger
107108 mutex_m
109+ nkf
108110 rexml (>= 3.3.9 )
109111 xcodeproj (< 1.26.0 )
110112
You can’t perform that action at this time.
0 commit comments