We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866d0aa commit b3241a8Copy full SHA for b3241a8
samples/react-native/src/Screens/TrackerScreen.tsx
@@ -113,8 +113,8 @@ const TrackerScreen = () => {
113
114
const TrackerTitle = () => (
115
<View style={styles.titleContainer}>
116
- <Text style={styles.title}>Global COVID19 Cases</Text>
117
-</View>
+ <Text style={styles.title}>Global COVID19 Cases</Text>
+ </View>
118
);
119
120
export default Sentry.withProfiler(TrackerScreen);
0 commit comments