ADD: Ajout des icons dans la bonne résolution

typescript
Alban GUILHOT 3 years ago
parent 28a93dd14e
commit 6e31975c53

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Before

Width:  |  Height:  |  Size: 1013 B

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 B

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -17,6 +17,7 @@
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "^2.7.1",
"react-native-safe-area-context": "^4.4.1",
"react-native-web": "~0.18.7"
},

@ -3,7 +3,7 @@ import { StyleSheet, View, Text, Alert, Pressable, Image} from 'react-native'
import React from 'react';
const avatar = require('../../assets/Icons/BobClassic.png');
const engrenage = require('../../assets/Icons/UnSelected/Engrenage.png');
const engrenage = require('../../assets/Icons/UnSelected/Cogs.png');
const gamepad = require('../../assets/Icons/UnSelected/Gamepad.png');
const message = require('../../assets/Icons/Selected/SChat.png');
const store = require('../../assets/Icons/UnSelected/Store.png');
@ -118,12 +118,12 @@ const styles = StyleSheet.create({
color: 'white',
},
engrenage: {
borderRadius: 10,
borderRadius: 50,
width: 50,
height: 50,
},
avatar: {
borderRadius: 10,
borderRadius: 50,
width: 50,
height: 50,
},

@ -3,7 +3,7 @@ import { StyleSheet, View, Text, Alert, Pressable, Image} from 'react-native'
import React from 'react';
const avatar = require('../../assets/Icons/BobClassic.png');
const engrenage = require('../../assets/Icons/UnSelected/Engrenage.png');
const engrenage = require('../../assets/Icons/UnSelected/Cogs.png');
const gamepad = require('../../assets/Icons/Selected/SGamepad.png');
const message = require('../../assets/Icons/UnSelected/Chat.png');
const store = require('../../assets/Icons/UnSelected/Store.png');

@ -3,7 +3,7 @@ import { StyleSheet, View, Text, Alert, Pressable, Image} from 'react-native'
import React from 'react';
const msc = require('../../assets/Icons/FondGris.png');
const engrenage = require('../../assets/Icons/Cross.png');
const engrenage = require('../../assets/Icons/UnSelected/Cross.png');
function Store(props: { navigation: any; }) {
const { navigation } = props

@ -3,7 +3,7 @@ import { StyleSheet, View, Text, Alert, Pressable, Image} from 'react-native'
import React from 'react';
const avatar = require('../../assets/Icons/BobClassic.png');
const engrenage = require('../../assets/Icons/UnSelected/Engrenage.png');
const engrenage = require('../../assets/Icons/UnSelected/Cogs.png');
const gamepad = require('../../assets/Icons/UnSelected/Gamepad.png');
const message = require('../../assets/Icons/UnSelected/Chat.png');
const store = require('../../assets/Icons/Selected/SStore.png');

@ -1,6 +1,7 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"jsx": "react",
"strict": true
}
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save