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.

Android fling gesture breaks UI with setLayoutAnimationEnabledExperimental enabled

See original GitHub issue

If you enabled animations on Android in the example.js (https://github.com/deanmcpherson/react-native-sortable-listview/blob/master/Sortable/example.js#L10)

By adding:

UIManager.setLayoutAnimationEnabledExperimental &&
      UIManager.setLayoutAnimationEnabledExperimental(true);

And then when you activate a row and do the fling gesture it causes UI issues as seen in this screenshot: screenshot_20171004-174747

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:3
  • Comments:6

github_iconTop GitHub Comments

3reactions
youpencommented, Dec 9, 2017

I have same issue.

3reactions
rskullcommented, Oct 5, 2017

I have same issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Move views using a fling animation | Android Developers
Use it to animate a property of an object and to end the animation gradually. It has an initial momentum, which is mostly...
Read more >
Fling gesture detection on grid layout - android - Stack Overflow
I need to be able to detect single clicks also. // Gesture detection mGestureDetector = new GestureDetector(this, new GestureDetector. SimpleOnGestureListener( ...
Read more >
Creating A Tinder-Like Swipe Component with React Native
I am going to walk you through steps to create a Tinder-like swipe component with React Native. We will create a component that...
Read more >
LayoutAnimation - React Native
Note that in order to get this to work on Android you need to set the following ... setLayoutAnimationEnabledExperimental(true); } const App ...
Read more >
Gestures still broken. Leads to "touch problem" or "animation ...
Full screen gestures are still broken even in beta 2. When you swipe very very fast and swiftly from the edge of the...
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