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 79b928c commit 8fff62dCopy full SHA for 8fff62d
1 file changed
apps/common-app/src/apps/reanimated/examples/SharedElementTransitions/TabNavigatorExample.tsx
@@ -1,7 +1,7 @@
1
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
2
import type { NativeStackScreenProps } from '@react-navigation/native-stack';
3
import { createNativeStackNavigator } from '@react-navigation/native-stack';
4
-import React from 'react';
+import React, { memo } from 'react';
5
import { Button, StyleSheet, Text, View } from 'react-native';
6
import Animated, { SharedTransitionBoundary } from 'react-native-reanimated';
7
import { withSharedTransitionBoundary } from './withSharedTransitionBoundary';
0 commit comments