Open saheljalal opened 10 years ago
+1, example project has nice new methods, we need it in pod
- (void)dismissAnimated:(BOOL)animated completion:(void (^)(BOOL finished))completion
+1
Any news? Why pod is not up to date yet. Long time has passed.
In my pod file I have:
pod 'RNFrostedSidebar'
I have just run pod install and I got:
Installing RNFrostedSidebar (0.2.0)
But looking into RNFrostedSidebar I can see the old version (0.1.0) and so [sidebar dismissAnimated:YES completion:^(BOOL finished) {}]; method is not found.
Strange, I guess.
Let me know.
Thank you.
It looks like there are changes that haven't been tagged yet but are in master and in your read me like the dismissAnimated with a completion block. Can you please update the pod?