The app is showing no dialog boxes for opening files on iPad. But i'm getting success response in the react-native side.
The code in ios/RNFileOpener/RNFileOpener.m as per the commit kristikristo@89ba83e by @kristikristo throws the following errors in xcode
Expected a type (in line 14 fromRect:(CGRectMake)rect)
Sending '_strong id' to parameter of incompatible type 'CGRect' (aka 'struct CGRect') (in line 37 wasOpened = [self.FileOpener presentOptionsMenuFromRect:rect inView:ctrl.view animated:YES];)