Description
I believe the override
here may not be necessary/useful for users trying to add deep/universal links since in the default template it will give you errors
method does not override any method from its superclass
https://reactnative.dev/docs/linking?ios-language=swift
as in
override func application(
should just be func application(
Documentation version
0.81
Happy to make this change if I'm not mistaken about this