Changed images
BIN
src/assets/avatar_default.png
Executable file → Normal file
Before Width: | Height: | Size: 585 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 561 B After Width: | Height: | Size: 1.9 KiB |
BIN
src/assets/ecency-logo.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
src/assets/ecency-logo@2x.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
src/assets/ecency-logo@3x.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
src/assets/ecency.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
src/assets/ecency@2x.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
src/assets/ecency@3x.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
src/assets/ecency_logo_transparent.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
src/assets/ecency_logo_transparent@2x.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
src/assets/ecency_logo_transparent@3x.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
src/assets/nsfw@2x.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
src/assets/nsfw@3x.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 58 KiB |
@ -35,7 +35,7 @@ const BoostIndicatorAnimation = ({ isSpinning }) => {
|
||||
/>
|
||||
<Image
|
||||
style={{ width: 80, height: 80 }}
|
||||
source={require('../../../assets/esteem_logo_transparent.png')}
|
||||
source={require('../../../assets/ecency_logo_transparent.png')}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
|
@ -33,7 +33,7 @@ class LoginHeaderView extends PureComponent {
|
||||
<View style={styles.headerRow}>
|
||||
<Image
|
||||
style={styles.logo}
|
||||
source={require('../../../assets/esteem_logo_transparent.png')}
|
||||
source={require('../../../assets/ecency_logo_transparent.png')}
|
||||
/>
|
||||
<View style={styles.headerButton}>
|
||||
<TextButton
|
||||
|
@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { View, Image } from 'react-native';
|
||||
|
||||
import LOGO from '../../assets/esteem_logo_transparent.png';
|
||||
import LOGO from '../../assets/ecency_logo_transparent.png';
|
||||
|
||||
// Styles
|
||||
import styles from './logoStyles';
|
||||
|
@ -13,7 +13,7 @@ import styles from './postHeaderDescriptionStyles';
|
||||
import { default as ROUTES } from '../../../../constants/routeNames';
|
||||
|
||||
// Constants
|
||||
const DEFAULT_IMAGE = require('../../../../assets/esteem.png');
|
||||
const DEFAULT_IMAGE = require('../../../../assets/ecency.png');
|
||||
|
||||
class PostHeaderDescription extends PureComponent {
|
||||
// Component Life Cycles
|
||||
|
@ -15,8 +15,8 @@ import ROUTES from '../../constants/routeNames';
|
||||
// Styles
|
||||
import styles from './registerStyles';
|
||||
|
||||
import ESTEEM_LOGO from '../../assets/esteem-logo.png';
|
||||
import ESTEEM_SMALL_LOGO from '../../assets/esteem_logo_transparent.png';
|
||||
import ESTEEM_LOGO from '../../assets/ecency-logo.png';
|
||||
import ESTEEM_SMALL_LOGO from '../../assets/ecency_logo_transparent.png';
|
||||
|
||||
const RegisterScreen = ({ navigation }) => {
|
||||
const intl = useIntl();
|
||||
|