Stone.js API
    Preparing search index...
    LinkingResolver: () => Promiseable<LinkingLike | undefined>

    Resolves the platform's linking module, or nothing when there is none.

    The default resolver imports react-native lazily and returns undefined when it is absent, which is what makes the adapter usable under a plain Node test runner.

    Type Declaration