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>
|
||||
</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'
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||

|
||||
|
|
|
|||
2
app.json
|
|
@ -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",
|
||||
|
|
|
|||
|
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 |