heap / react-native-heap

A React Native integration for Heap
MIT License
82 stars 36 forks source link

Be less prescriptive about NavigationContainer typing #304

Closed bnickel closed 2 years ago

bnickel commented 2 years ago

Fixes #277.

The type definition was overly prescriptive and produced a type error on React Native 6. This is just something that creates an element.

Checklist