viezel / NappDrawer

A side drawer navigation container view controller for Appcelerator Titanium.
MIT License
248 stars 128 forks source link

drawer.setAnimationMode not working on sdk 10 #230

Open geqmedia opened 3 years ago

geqmedia commented 3 years ago

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

tyroneBaba commented 3 years ago

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.