UNPKG

@react-navigation/stack

Version:

Stack navigator component for iOS and Android with animated transitions and gestures

7 lines (6 loc) 182 B
import * as React from 'react'; declare type Props = { children: React.ReactNode; }; export default function SafeAreaProviderCompat({ children }: Props): JSX.Element; export {};