Compare commits

..

No commits in common. "main" and "v1.0.0" have entirely different histories.
main ... v1.0.0

7 changed files with 5 additions and 7 deletions

View File

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

View File

@ -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.
![gpCalc](https://github.com/MoistOverflow/gpCalc/assets/96554264/14ea71e7-f926-4b5e-8d43-3905d9594d3f)

View File

@ -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",

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

BIN
assets/icon.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
assets/splash.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 KiB

After

Width:  |  Height:  |  Size: 46 KiB