Skip to content

Instantly share code, notes, and snippets.

@abhidatta0
Last active August 15, 2023 07:21
Show Gist options
  • Select an option

  • Save abhidatta0/79dee3586d37b6440304330b93140e18 to your computer and use it in GitHub Desktop.

Select an option

Save abhidatta0/79dee3586d37b6440304330b93140e18 to your computer and use it in GitHub Desktop.
import React from 'react';
import {
SafeAreaView,
Text,
} from 'react-native';
const App = () => {
return (
<SafeAreaView>
<Text>Hello World</Text>
</SafeAreaView>
);
};
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment