web-ridge / react-native-ridge-navigation

Simple, performant & type-safe cross platform navigation in React Native / React Native Web
https://www.reactnativeridgenavigation.com
MIT License
112 stars 3 forks source link

Preload doesn't work by devices without hover #73

Closed arjendevos closed 1 year ago

arjendevos commented 1 year ago

Current behaviour

When you press a button without hovering over it first, it doesn't preload.

Expected behaviour

Add a stale timestamp, so we can check when link is pressed if route is preloaded within stale-time, otherwise preload again.