viezel / NappDrawer

A side drawer navigation container view controller for Appcelerator Titanium.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drawer.setAnimationMode not working on sdk 10

geqmedia opened this issue · comments

[ERROR] TypeError: drawer.setAnimationMode is not a function. (In 'drawer.setAnimationMode(NappDrawerModule.ANIMATION_SLIDE_SCALE)', 'drawer.setAnimationMode' is undefined)

Not really a solution but it gets it working without errors.

I removed all the animations that we were setting after creation. Also updated to version 2.1.1 and it got us back pretty close to what we had before SDK 10.