Wrap all <Text> in a helper that ensures black color is applied by default

This commit is contained in:
Paul Frazee
2022-12-20 12:49:44 -06:00
parent 4932505c5e
commit 279d41fcd1
54 changed files with 110 additions and 82 deletions
+1 -1
View File
@@ -3,13 +3,13 @@ import {observer} from 'mobx-react-lite'
import {
Linking,
StyleProp,
Text,
TouchableWithoutFeedback,
TouchableOpacity,
TextStyle,
View,
ViewStyle,
} from 'react-native'
import {Text} from './Text'
import {useStores, RootStoreModel} from '../../../state'
import {convertBskyAppUrlIfNeeded} from '../../../lib/strings'