Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions lib/Anim.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, {
PropTypes
} from 'react';
import React from 'react';
import PropTypes from 'prop-types';
import ReactNative, {
LayoutAnimation
} from 'react-native';
Expand Down
4 changes: 2 additions & 2 deletions lib/LazyloadImage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {
Component,
PropTypes
Component
} from 'react';
import PropTypes from 'prop-types';
import {
Image,
Platform
Expand Down
4 changes: 2 additions & 2 deletions lib/LazyloadListView.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {
Component,
PropTypes
Component
} from 'react';
import PropTypes from 'prop-types';
import {
ListView
} from 'react-native';
Expand Down
4 changes: 2 additions & 2 deletions lib/LazyloadScrollView.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {
Component,
PropTypes
Component
} from 'react';
import PropTypes from 'prop-types';
import ReactNative, {
ScrollView,
Dimensions
Expand Down
4 changes: 2 additions & 2 deletions lib/LazyloadView.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {
Component,
PropTypes
Component
} from 'react';
import PropTypes from 'prop-types';
import {
View,
LayoutAnimation
Expand Down