Merge pull request #15798 from mbalex99/master

removing dependency to react-native
This commit is contained in:
Ryan Cavanaugh
2017-04-17 12:49:25 -07:00
committed by GitHub
3 changed files with 0 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
import { ListView } from 'react-native';
export { ListView };

View File

@@ -1,5 +1,4 @@
import * as Realm from 'realm';
import { ListView } from 'realm/react-native';
// schema test
const personSchema = {
@@ -97,6 +96,3 @@ const users = Realm.Sync.User.all;
// access control test
const managementRealm = user.openManagementRealm();
// ListView test
const ds = new ListView.DataSource({rowHasChanged: (r1, r2) => r1 !== r2});

View File

@@ -18,7 +18,6 @@
},
"files": [
"index.d.ts",
"react-native/index.d.ts",
"realm-tests.ts"
]
}