Android: Remove initial animation

This commit is contained in:
Rodrigo Nascimento 2017-08-12 22:44:22 -03:00
parent 155caa60e9
commit e81c789a64
1 changed files with 2 additions and 1 deletions

View File

@ -22,5 +22,6 @@ Navigation.startSingleScreenApp({
screen: {
screen: 'Rooms',
title: 'Channels'
}
},
animationType: 'none'
});