Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

WIP: New HomeScreen and App's navigation #253

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Conversation

aarrtthhuurr
Copy link
Contributor

image

(J'aime le cidre)

@aarrtthhuurr aarrtthhuurr changed the title New HomeScreen and App's navigation WIP: New HomeScreen and App's navigation Nov 21, 2019
Copy link
Contributor

@NastuzziSamy NastuzziSamy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice redesign but: (for history and stats)

78122592_615976345812915_8260340627066060800_n

import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome';
import { History as t } from '../../utils/i18n';
import colors from '../../styles/colors';
import { floatToEuro } from '../../utils/amount';
import { beautifyDate, beautifyDateTime } from '../../utils/date';

if (Platform.OS === 'android' && UIManager.setLayoutAnimationEnabledExperimental) {
UIManager.setLayoutAnimationEnabledExperimental(true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You cannot define a component setting in a sub file. Do it directly in the main app file pls

if (Platform.OS === 'android' && UIManager.setLayoutAnimationEnabledExperimental) {
UIManager.setLayoutAnimationEnabledExperimental(true);
}

export default class Transaction extends Component {
getTransactionIcon = type => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be static but ok

@@ -28,6 +32,19 @@ export default class Transaction extends Component {
}
};

getTransactionColor = type => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be static but ok

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants