Skip to content

Commit 8058de9

Browse files
committed
fix: import path
1 parent e14f9c8 commit 8058de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { StyleSheet, Text, View, SectionList, RefreshControl, TouchableOpacity, Animated, Dimensions, ScrollView } from 'react-native';
33
import PropTypes from 'prop-types';
4-
import Carousel from 'react-native-snap-carousel-pro';
4+
import Carousel from '@itenl/react-native-snap-carousel';
55
import HocComponent from './HocComponent';
66
import _throttle from 'lodash.throttle';
77
const deviceWidth = Dimensions.get('window').width;

0 commit comments

Comments
 (0)