Compare commits
9 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
261b987cac | |
|
|
64d65610e3 | |
|
|
a1f76f76cf | |
|
|
c17ee43ed7 | |
|
|
ddc5de9895 | |
|
|
70fafa40d6 | |
|
|
5850d6a69e | |
|
|
4490a12dd9 | |
|
|
cce87791d3 |
8
App.tsx
|
|
@ -80,16 +80,16 @@ export default function App() {
|
||||||
|
|
||||||
</DataTable>
|
</DataTable>
|
||||||
</View>
|
</View>
|
||||||
<StatusBar style="auto" />
|
<StatusBar style="dark" />
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
container: {
|
container: {
|
||||||
marginTop: 50,
|
paddingTop: 50,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#80b',
|
||||||
alignItems: 'flex-end',
|
alignItems: 'flex-end',
|
||||||
justifyContent: 'flex-start',
|
justifyContent: 'flex-start',
|
||||||
},
|
},
|
||||||
|
|
@ -118,6 +118,6 @@ const styles = StyleSheet.create({
|
||||||
margin: 10,
|
margin: 10,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
padding: 10,
|
padding: 10,
|
||||||
backgroundColor: '#eee'
|
backgroundColor: '#70a'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,4 @@
|
||||||
# gpCalc
|
# 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.
|
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.
|
||||||
|
|
||||||
|

|
||||||
|
|
|
||||||
2
app.json
|
|
@ -2,7 +2,7 @@
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "gpCalc",
|
"name": "gpCalc",
|
||||||
"slug": "gpCalc",
|
"slug": "gpCalc",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/icon.png",
|
"icon": "./assets/icon.png",
|
||||||
"userInterfaceStyle": "light",
|
"userInterfaceStyle": "light",
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 260 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 260 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 260 KiB |