We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e557f commit 3f2789eCopy full SHA for 3f2789e
versioned_docs/version-7.x/testing.md
@@ -411,6 +411,8 @@ act(() => jest.runAllTimers());
411
412
If we hadn't used fake timers in this example, the test would have failed.
413
414
+In the previous example we didn't use fake timers because `BottomTabNavigator` by default does not use any animations for the transition.
415
+
416
### Example 3
417
418
Always displays settings screen after settings tab bar button press.
0 commit comments