Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Created October 7, 2022 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callstack-bot/da59241be3b409632424ee47865fe3d6 to your computer and use it in GitHub Desktop.
Save callstack-bot/da59241be3b409632424ee47865fe3d6 to your computer and use it in GitHub Desktop.
import { Text, View } from "react-native";
import React from "react";
const TestComponent = () => {
return (
<View>
<Text>TestComponent</Text>
</View>
);
};
export default TestComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment