Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating the animation from POC with the app #123

Merged
merged 2 commits into from
Oct 5, 2021

Conversation

ankittrehan2000
Copy link
Contributor

@ankittrehan2000 ankittrehan2000 commented Oct 1, 2021

Add an animation to show voting page to show the updates from chosen answers by teams

After conversations with the UI team, it was decided that the whole review questions flow should be one screen and hence the review page was removed from the application

animation.mp4

@ankittrehan2000 ankittrehan2000 added this to the Mobile MVP Checklist milestone Oct 1, 2021
@ankittrehan2000 ankittrehan2000 linked an issue Oct 1, 2021 that may be closed by this pull request
Comment on lines 1 to 5
import React, { useState, useRef } from "react";
import { StyleSheet, Text, View, Image, Animated } from "react-native";
import { scale } from "react-native-size-matters";
import LinearGradient from "react-native-linear-gradient";
import * as Progress from "react-native-progress";
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: For consistency would be nice not to have ; at the end.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍🏻

marginBottom: scale(4),
}
})
container: {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like your tabs are at 2space so it shows all the lines as changed instead of the newly added ones

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup I have made it to be 4 now

@ankittrehan2000 ankittrehan2000 merged commit 2a79067 into dev Oct 5, 2021
@ankittrehan2000 ankittrehan2000 deleted the feature/animation-on-answers-after-voting branch October 5, 2021 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile-app the mobile app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mobile] Add animation for voting page
2 participants