Skip to content
Snippets Groups Projects

Assignment 3.1

Merged zshan2 requested to merge assignment-3.1 into master
6 files
+ 36
254
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 1
1
import * as React from 'react';
import { Pressable, View, Text, Image, StyleSheet, ImageBackground } from 'react-native';
import { View, Text, Image, StyleSheet, ImageBackground } from 'react-native';
const styles = StyleSheet.create({
viewStyleVertical : { alignItems: 'center', justifyContent: 'center', margin: '10%' },
Loading