Skip to content

Commit 58b0f49

Browse files
authored
Merge pull request #18 from itenl/dev-1.1.2
Dev 1.1.2
2 parents 52a227f + 75773c8 commit 58b0f49

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@itenl/react-native-scrollable-tabview",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "react-native-scrollable-tabview",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"dependencies": {
1010
"lodash.throttle": "^4.1.1",
11-
"react-native-snap-carousel": "git+https://github.com/itenl/react-native-snap-carousel.git#8b7f0fcad966e56ef1b86fc6ff90dcefdaed9527"
11+
"@itenl/react-native-snap-carousel": "^4.0.0-beta.6"
1212
},
1313
"keywords": [
1414
"react",

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';
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)