We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12336a2 commit 248f218Copy full SHA for 248f218
src/index.tsx
@@ -9,7 +9,7 @@ const styles = StyleSheet.create({
9
export const Main = memo(function Main() {
10
return (
11
<View style={styles.container}>
12
- <Text>react native with web and typecript</Text>
+ <Text>react native with web and typescript</Text>
13
</View>
14
);
15
});
0 commit comments