Skip to content

Instantly share code, notes, and snippets.

View dmahajan980's full-sized avatar
💭
I may be slow to respond.

Divyanshu Mahajan dmahajan980

💭
I may be slow to respond.
View GitHub Profile
import * as React from 'react';
import { StatusBar } from 'expo-status-bar';
import { View, StyleSheet, Dimensions, Platform, Text } from 'react-native';
import { setBehaviorAsync, setVisibilityAsync } from 'expo-navigation-bar';
import { createNativeStackNavigator, NavigationContainer } from '@react-navigation/native-stack';
const RootStack = createNativeStackNavigator();
const FullScreen = () => {
return (
@dmahajan980
dmahajan980 / GSoC_20_Report_Divyanshu_Mahajan.md
Last active September 14, 2020 17:39
Summary of work done during GSoC 2020 on the project "Using a Game Controller as a Navigation Aid" under the Inclusive Design Institute. To see the hosted version of this document, visit https://dmahajan980.github.io/gsoc20Report/

   


GSoC 2020 Work Product | Divyanshu Mahajan