Compare commits

...

9 Commits
v1.0.0 ... main

Author SHA1 Message Date
moist-webDev 261b987cac Merge branch 'main' of https://github.com/MoistOverflow/gpCalc 2023-05-23 19:02:35 -04:00
moist-webDev 64d65610e3 updated version number 2023-05-23 19:02:32 -04:00
moist-webDev a1f76f76cf updated splash screen 2023-05-23 19:01:24 -04:00
moist-webDev c17ee43ed7 icon fix 2023-05-23 19:01:10 -04:00
David Fessler ddc5de9895
Update README.md 2023-05-22 21:41:30 -04:00
moist-webDev 70fafa40d6 Merge branch 'main' of https://github.com/MoistOverflow/gpCalc 2023-05-22 21:24:25 -04:00
moist-webDev 5850d6a69e try to change icon 2023-05-22 21:23:15 -04:00
moist-webDev 4490a12dd9 changed backgound color 2023-05-22 21:22:55 -04:00
David Fessler cce87791d3
Update README.md 2023-05-22 01:18:21 -04:00
7 changed files with 7 additions and 5 deletions

View File

@ -80,16 +80,16 @@ export default function App() {
</DataTable>
</View>
<StatusBar style="auto" />
<StatusBar style="dark" />
</View>
);
}
const styles = StyleSheet.create({
container: {
marginTop: 50,
paddingTop: 50,
flex: 1,
backgroundColor: '#fff',
backgroundColor: '#80b',
alignItems: 'flex-end',
justifyContent: 'flex-start',
},
@ -118,6 +118,6 @@ const styles = StyleSheet.create({
margin: 10,
borderWidth: 1,
padding: 10,
backgroundColor: '#eee'
backgroundColor: '#70a'
}
});

View File

@ -1,2 +1,4 @@
# gpCalc
simple gross profit calculator built with react-native in expo. All it does is take in a original cost, desired GP percentage and returns a resale price.
![gpCalc](https://github.com/MoistOverflow/gpCalc/assets/96554264/14ea71e7-f926-4b5e-8d43-3905d9594d3f)

View File

@ -2,7 +2,7 @@
"expo": {
"name": "gpCalc",
"slug": "gpCalc",
"version": "1.0.0",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",

BIN
assets/adaptive-icon.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 260 KiB

BIN
assets/adaptive-icon1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
assets/icon.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 260 KiB

BIN
assets/splash.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 260 KiB