Skip to content

Instantly share code, notes, and snippets.

View abhidatta0's full-sized avatar
💭
Building

Abhirup Datta abhidatta0

💭
Building
View GitHub Profile
import React from 'react';
import {
SafeAreaView,
Text,
} from 'react-native';
const App = () => {
return (
<SafeAreaView>
<Text>Hello World</Text>