peter-mach / react-navigation-is-focused-hoc

Ready to use solution using HOC to expose props.isFocused for react-navigation. No Redux needed.
MIT License
169 stars 21 forks source link

implement prevRouteName #14

Open jkylehumphrey opened 6 years ago

jkylehumphrey commented 6 years ago

I had a need to know the name of the previous route when my component is focused, so I implemented a third property to handle that.

jkylehumphrey commented 6 years ago

I've also included a typings file for Typescript that I created.