mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
fix: add peer dep on react-navigation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
declare module '@react-navigation/core' {
|
||||
declare module 'react-navigation' {
|
||||
import * as React from 'react';
|
||||
|
||||
export const StackActions: {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
declare module '@react-navigation/native' {
|
||||
declare module 'react-navigation' {
|
||||
import { ComponentType } from 'react';
|
||||
import { StyleProp, ViewStyle, ViewProps } from 'react-native';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user