question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The animation does not work with react-navigation

See original GitHub issue

If I call this.props.navigation.setParams({…}); The animation does not work.

componentDidMount() {
    ......
    // Show the skeleton-placeholder
    ......
    this.props.navigation.setParams({changeFilter: 'all'});
    .....
}

“react”: “16.9.0”, “react-native”: “0.61.5”, “react-navigation”: “^4.1.0”. “react-native-linear-gradient”: “2.5.6”, “react-native-skeleton-placeholder”: “2.0.1”

Thanks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
chramoscommented, Mar 12, 2020

@mehdihussain9 Hi, yep!

0reactions
chramoscommented, Mar 19, 2020

Closing the issue for not having a feedback

Read more comments on GitHub >

github_iconTop Results From Across the Web

Screen Transition Animation not working on Nested Stack ...
When navigating to this "Details" screen, the transition animation doesn't work. The screen just abruptly changes. When navigating to "Login" ...
Read more >
javascript - React Navigation animation still showing when ...
First I tried using the animationEnabled prop but it does not seem to do anything. I also tried to use timing and set...
Read more >
Stack Navigator | React Navigation
While it runs animations and gestures using natively, the performance may not be as fast as a native implementation. This may not be...
Read more >
Fixing common performance problems in React Navigation
This can make for a not smooth animation. The issue is caused by one of the major downsides of React Navigation, and React...
Read more >
Animations | React Native Navigation
A value of 0 means the view is not visible, 1 means it's visible. ... animating screens in and out of a stack,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found