risafj

Results 3 issues of risafj

Closes #478 This fixes a bug where middleware defined in child route groups would not be consistently applied. Please see #478 for details. The fix initializes a new routeOptions slice...

**To Reproduce** Steps to reproduce the behavior: 1. Create a parent route group with middleware (e.g., TestMiddlewareOne) 2. Create a child route group from the parent with additional middleware (e.g.,...

bug

Is this library only compatible with React Native Reanimated v2, and not v3? I tried installing it with the following package versions and got the error below. ``` "react-native": "0.76.5"...