@situm/react-native
    Preparing search index...

    Interface OnNavigationResult

    Navigation results are no longer produced by the native SDK bridge. This interface is kept for backward compatibility and is no longer used internally.

    interface OnNavigationResult {
        error?: Error;
        navigation?: Navigation;
    }
    Index
    error?: Error
    navigation?: Navigation