Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
8
App.tsx
|
|
@ -80,16 +80,16 @@ export default function App() {
|
||||||
|
|
||||||
</DataTable>
|
</DataTable>
|
||||||
</View>
|
</View>
|
||||||
<StatusBar style="dark" />
|
<StatusBar style="auto" />
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
container: {
|
container: {
|
||||||
paddingTop: 50,
|
marginTop: 50,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
backgroundColor: '#80b',
|
backgroundColor: '#fff',
|
||||||
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: '#70a'
|
backgroundColor: '#eee'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,2 @@
|
||||||
# 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.2",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/icon.png",
|
"icon": "./assets/icon.png",
|
||||||
"userInterfaceStyle": "light",
|
"userInterfaceStyle": "light",
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 46 KiB |