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 46c801f commit 80b0202Copy full SHA for 80b0202
packages/react-native-tabs/src/index.tsx
@@ -1,4 +1,4 @@
1
-import { ComponentType, createElement, memo } from 'react';
+import React, { ComponentType, createElement, memo } from 'react';
2
import { Animated, StyleProp, TextStyle, ViewStyle } from 'react-native';
3
import PagerView from 'react-native-pager-view';
4
0 commit comments