rnystrom / RNFrostedSidebar

A Control Center-esque control with blurred background and toggle animations.
MIT License
2.13k stars 340 forks source link

Minor Issues #38

Closed sm11963 closed 9 years ago

sm11963 commented 10 years ago

I had an issue when retaining a instance of the RNFrostedSidebar as a property, the item views would not animate after the first show call. I also realized that rn_frostedSidebar never got cleared. I dont know if this was intentional but it seems that when the sidebar is dismissed it should be set to nil.

While fixing that issue I came across some other minor issues that were causing me warnings but not really affecting the code.

rnystrom commented 9 years ago

Thank you!