Roman Pavlovskyi
Roman Pavlovskyi
LGTM, merge :)
Same problem here. Can get the data and transition to the app, but no event in the app itself and hence no way to get the data after transition
Ok, I finally figured it out. If you handle multiple schemas in your app, make sure that the one you added for share extension is first in your plist. https://github.com/meedan/react-native-share-menu/blob/368167a60f5bdfcc834a333f139d21c8dc009cfa/ios/Modules/ShareMenu.swift#L73...
Please merge
Xcode 13.1 iOS 15.1 On Mon, Nov 15, 2021 at 15:32 Colter McQuay ***@***.***> wrote: > Hmm. What version of Xcode/iOS are you building? I'll have to try this on...
Yeah, Xcode 13 broke a bunch of things for us as well: 1. `async { try await(...)}` -> 'async(priority:operation:)' is only available in iOS 15.0 or newer 2. `return Promise...
Installing Xcode 12 and 13 in parallel (just rename it before copying into applications folder) allows building with Xcode 12 for iOS 15 with no issues.
@danielgindi could you rebase again, please 🙏
Installing from this PR directly I get the following error from bundler: ``` error: Error: While trying to resolve module `react-native-fast-image` from file `.../TabNavigator.tsx`, the package `.../node_modules/react-native-fast-image/package.json` was successfully found....
Same issue with Jest