The default linking resolver: React Native's own Linking module, or nothing.
Imported lazily and inside a try, so the package works in three places with no
configuration: a device (the module is there), a plain Node test suite (it is not), and
a server-side build that happens to pull this package in (it is not, and nothing breaks).
Returns
The linking module, or undefined when the platform has none.
The default linking resolver: React Native's own
Linkingmodule, or nothing.Imported lazily and inside a
try, so the package works in three places with no configuration: a device (the module is there), a plain Node test suite (it is not), and a server-side build that happens to pull this package in (it is not, and nothing breaks).