David Lee

Results 3 comments of David Lee

> This is happening because `SPStorkPresentationController` `containerViewWillLayoutSubviews` is setting the presented view controller's frame to `frameOfPresentedViewInContainerView` when pan gesture changed. Comment out these few lines fixes the problem. @tibo9 Did...

For iOS, don't forget to run `pod install` after running the `react-native link xxx` command.

It seems that `setScope` is not going to take effect immediately if the calendar is not currently visible. In my situation, moving the scope updating logic from `viewDidLoad` & `viewWillAppear`...