Disable cleanup everytime

This commit is contained in:
Gilmar Quinelato 2017-09-12 16:51:31 -03:00
parent 927076d155
commit bb35d0ff7e
1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ const messagesSchema = {
// }
};
//
Realm.clearTestState();
AsyncStorage.clear();
// Realm.clearTestState();
// AsyncStorage.clear();
const realm = new Realm({
schema: [settingsSchema, serversSchema, subscriptionSchema, messagesSchema, usersSchema, attachment]
});