viezel / NappDrawer

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

Latest Titanium SDK not support #209

Closed reactnative103 closed 6 years ago

reactnative103 commented 6 years ago

Hi Team,

NappDrawer not supported for titanium SDK >7.x.x. Please provide latest module for this.

Thanks & Regards, Hemant Solanki

viezel commented 6 years ago

@Hemantsolanki103 please create a PR with the fix for this.

SquirrelMobile commented 6 years ago

dk.napp.drawer-android-2.0.2.zip

For those who looking for the module that works with SDK Titanium > 7.0.0

reactnative103 commented 6 years ago

@SquirrelMobile , Thank you so much for your reply and resolved my query.

viezel commented 6 years ago

Please make a PR

SquirrelMobile commented 6 years ago

@viezel i've just did it here https://github.com/viezel/NappDrawer/pull/210.

@Hemantsolanki103, you're welcome. If you want update a Android module yourself, you can follow this tutorial : https://wiki.appcelerator.org/display/guides2/Android+Module+Upgrade+Guide Just run appc run p android --build-only on the module folder (you must have the Android NDK before and not have space in your module path).

reactnative103 commented 6 years ago

@SquirrelMobile , this is great tutorial and thank you for your quick reply.