-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Migrate SignInPage to react-native-reanimated, remove useNativeDriver #55415
base: main
Are you sure you want to change the base?
Migrate SignInPage to react-native-reanimated, remove useNativeDriver #55415
Conversation
@shubham1206agra Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@@ -4,6 +4,7 @@ import lodashClamp from 'lodash/clamp'; | |||
import type {LineLayer} from 'react-map-gl'; | |||
import type {Animated, ImageStyle, TextStyle, ViewStyle} from 'react-native'; | |||
import {Platform, StyleSheet} from 'react-native'; | |||
// eslint-disable-next-line no-restricted-imports -- will be removed in the future PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initially I wanted to migrate animatable to reanimated in one PR but changes from AnimatedStep component become too big to migrate everything in one PR. Here is the second PR that will be ready to review after this one is merged.
import * as Animatable from 'react-native-animatable'; | ||
import useThemeStyles from '@hooks/useThemeStyles'; | ||
import useNativeDriver from '@libs/useNativeDriver'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initially I wanted to migrate animatable to reanimated in one PR but changes from AnimatedStep component become too big to migrate everything in one PR. Here is the second PR that will be ready to review after this one is merged.
FYI This PR is ready for review @shubham1206agra |
Explanation of Change
Initially I wanted to migrate animatable to reanimated in one PR but changes from AnimatedStep component become too big to migrate everything in one PR. Here is the second PR that will be ready to review after this one is merged.
Changes:
useNativeDriver
in order to clean the codeFixed Issues
$ #52920
PROPOSAL: #52920 (comment)
Tests
Offline tests
N/A
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
android.webm
iOS: Native
ios.mp4
MacOS: Chrome / Safari
web.mov