Skip to content

Commit 701f58a

Browse files
committed
Remove InteractionManager docs (removed from React Native)
InteractionManager has been removed from React Native, so remove its API doc page, sidebar entry, and the timers.md section. Update the two broken links in performance.md and animations.md.
1 parent 2f7a1a3 commit 701f58a

5 files changed

Lines changed: 2 additions & 459 deletions

File tree

docs/animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,4 +669,4 @@ As mentioned [in the Direct Manipulation section](legacy/direct-manipulation), `
669669

670670
We could use this in the Rebound example to update the scale - this might be helpful if the component that we are updating is deeply nested and hasn't been optimized with `shouldComponentUpdate`.
671671

672-
If you find your animations with dropping frames (performing below 60 frames per second), look into using `setNativeProps` or `shouldComponentUpdate` to optimize them. Or you could run the animations on the UI thread rather than the JavaScript thread [with the useNativeDriver option](/blog/2017/02/14/using-native-driver-for-animated). You may also want to defer any computationally intensive work until after animations are complete, using the [InteractionManager](interactionmanager). You can monitor the frame rate by using the In-App Dev Menu "FPS Monitor" tool.
672+
If you find your animations with dropping frames (performing below 60 frames per second), look into using `setNativeProps` or `shouldComponentUpdate` to optimize them. Or you could run the animations on the UI thread rather than the JavaScript thread [with the useNativeDriver option](/blog/2017/02/14/using-native-driver-for-animated). You can monitor the frame rate by using the In-App Dev Menu "FPS Monitor" tool.

0 commit comments

Comments
 (0)