-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Bank account load animation issue #4696 #4805
Bank account load animation issue #4696 #4805
Conversation
@Jag96 this is ready for review! |
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.
This is looking good, I'm just having trouble getting this to run on Android. I'm seeing this error when booting the app:
LOG Running "NewExpensify" with {"rootTag":1}
WARN Possible Unhandled Promise Rejection (id: 0):
TypeError: undefined is not a function
TypeError: undefined is not a function
at sendDataToConnection (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:131284:46)
at anonymous (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:131333:40)
at tryCallOne (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:31831:16)
at anonymous (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:31932:27)
at apply (native)
at anonymous (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:32372:26)
at _callTimer (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:32260:17)
at _callImmediatesPass (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:32299:17)
at callImmediates (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:32516:33)
at __callImmediates (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:6152:35)
at anonymous (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:5931:34)
at __guard (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:6135:15)
at flushedQueue (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:5930:21)
at invokeCallbackAndReturnFlushedQueue (http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=com.expensify.chat&modulesOnly=false&runModule=true:5923:33)
It seems to be working fine in the PR description gif, @Santhosh-Sellavel are you seeing the same thing? I have no issue running it on main
, if you aren't seeing the issue I can ask in slack to see if anybody else can reproduce.
implementation 'com.facebook.fresco:animated-gif:2.3.0' | ||
implementation 'com.facebook.fresco:fresco:2.5.0' | ||
implementation 'com.facebook.fresco:animated-gif:2.5.0' | ||
|
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.
Remove extra line
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.
Will remove it.
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.
Removed it
What are you asking about here about gif issues or error reproduction?. @Jag96 Gif issue?Before the fix, After the fix, Booting up issue - this one?I facing this issue for few days because the simulator time is not updating properly when I manually update time in settings it works fine. I can reproduce the error across all branches. |
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.
I facing this issue for few days because the simulator time is not updating properly when I manually update time in settings it works fine. I can reproduce the error across all branches.
@Santhosh-Sellavel can you merge main into your branch and update? I did an npx react-native-clean-project
and that fixed the issue I encountered yesterday. I am now seeing the following issue on the CompanyStep, however, which seems to be fixed on main:
Once it's updated I'll fully test the VBA flow to confirm all the screens look good, thanks for bearing with me on this one!
@Jag96 No issues 👍 |
@Santhosh-Sellavel can you do a |
Pushed now. @Jag96 |
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.
LGTM!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by @roryabraham in version: 1.0.90-2 🚀
|
Details
Update position of the animated gif added a new header to close the view.
Android Gif Animation was broken, update fresco version to fix it.
Fixed Issues
$ #4696
Tests &QA Steps
Fixes added to Bank loading animation view :
One Moment
with the close button.One moment...
under animated image was remove to avoid redundancyTested On
Screenshots
Web
Web.mov
Mobile Web
iOS.mov
Desktop
Desktop.mov
iOS
MWeb.mp4
Android
Android.mov