fix: add peer dep on react-navigation

This commit is contained in:
satyajit.happy
2019-09-09 21:52:09 +02:00
parent 784d1ce3b5
commit 4c012ad1ea
23 changed files with 7118 additions and 533 deletions

View File

@@ -1,4 +1,4 @@
declare module '@react-navigation/core' {
declare module 'react-navigation' {
import * as React from 'react';
export const StackActions: {

View File

@@ -1,4 +1,4 @@
declare module '@react-navigation/native' {
declare module 'react-navigation' {
import { ComponentType } from 'react';
import { StyleProp, ViewStyle, ViewProps } from 'react-native';