diff --git a/src/index.tsx b/src/index.tsx index 3a8b799..2bce341 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -9,7 +9,7 @@ const styles = StyleSheet.create({ export const Main = memo(function Main() { return ( - react native with web and typecript + react native with web and typescript ); });