007.5

Results 3 issues of 007.5

Hi, I was following the "ModalWithNavigatorCoordinator' example. Everything is fine but I cant dismiss the ViewController housing the RCTRootView. I do get a callback in: ``` // This is an...

Here is the error: ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/Telematics.app/Frameworks/MBCircularProgressBar.framework/MBCircularProgressBar.bundle' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing...

So I used this piece of code, to make the last section stick to the bottom: ``` if (section == [self.collectionView numberOfSections]-1) { CGRect frame = attributes.frame; frame.origin.y = self.collectionView.contentOffset.y...