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>
|
||||
</View>
|
||||
<StatusBar style="dark" />
|
||||
<StatusBar style="auto" />
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
paddingTop: 50,
|
||||
marginTop: 50,
|
||||
flex: 1,
|
||||
backgroundColor: '#80b',
|
||||
backgroundColor: '#fff',
|
||||
alignItems: 'flex-end',
|
||||
justifyContent: 'flex-start',
|
||||
},
|
||||
|
|
@ -118,6 +118,6 @@ const styles = StyleSheet.create({
|
|||
margin: 10,
|
||||
borderWidth: 1,
|
||||
padding: 10,
|
||||
backgroundColor: '#70a'
|
||||
backgroundColor: '#eee'
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
# 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.2",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"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 |