mirror of
https://github.com/hazemKrimi/diamond-rap-calculator.git
synced 2026-05-01 18:30:26 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import React from 'react';
|
||||
import { StyleSheet } from 'react-native';
|
||||
import { Appbar } from 'react-native-paper';
|
||||
|
||||
const Nav = () => {
|
||||
return (
|
||||
<Appbar style={styles.appBar}>
|
||||
<Appbar.Content
|
||||
title='Goldiama Rap Calculator'
|
||||
color='white'
|
||||
/>
|
||||
</Appbar>
|
||||
);
|
||||
};
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
appBar: {
|
||||
height: 75
|
||||
}
|
||||
});
|
||||
|
||||
export default Nav;
|
||||
Reference in New Issue
Block a user