Commit f06ecd12 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

Merge branch 'it18218640' into 'master'

It18218640

See merge request !55
parents 95123c69 8c12c240
import {
useNavigation
} from "@react-navigation/native";
import Orientation from 'react-native-orientation-locker';
import React, {
useEffect,
useState
} from "react";
import {
Text,
TouchableOpacity,
StyleSheet,
View,
Dimensions,
SafeAreaView,
ImageBackground,
Button,
Image
} from 'react-native'
export default function Blue() {
const navigation = useNavigation();
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment