Skip to content

Commit

Permalink
Fix MeteorListView + rc13
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo mathieu committed Jun 16, 2016
1 parent 9e6cce8 commit 4af7f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-meteor",
"version": "1.0.0-rc12",
"version": "1.0.0-rc13",
"description": "Full Meteor Client for React Native",
"main": "src/Meteor.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/Meteor.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import collection from './Collection';
import call from './Call';

import Mixin from './components/Mixin';
import ListView from './components/ListView';
import MeteorListView from './components/ListView';
import MeteorComplexListView from './components/ComplexListView';
import createContainer from './components/createContainer';
import composeWithTracker from './components/composeWithTracker';
Expand All @@ -31,7 +31,7 @@ module.exports = {
Accounts,
Tracker: Trackr,
EJSON,
ListView,
MeteorListView,
MeteorComplexListView,
ReactiveDict,
FSCollectionImagesPreloader: Platform.OS == 'android' ? View : FSCollectionImagesPreloader,
Expand Down

0 comments on commit 4af7f11

Please sign in to comment.