Bug Description: Url event never fires
XCode 13.4.1 MacOS 12.5.1 React Native 0.70
Steps to reproduce:
- yarn
- cd ios && pod install
- yarn ios
- put app in background
- run command
npx uri-scheme open "mychat://bar" --ios
. App gets focused but url event never fires in./App.js
line 121.