Henrik

Results 4 issues of Henrik

### What were you trying to do? I wanted to start my app after installing react-native-vision-camera. ### Reproduceable Code ```tsx npx react-native run-android ``` ### What happened instead? * What...

🐛 bug

**Describe the bug** The `defaultSource` prop does not do anything and the default image won't show up **To Reproduce** Steps to reproduce the behavior if possible, or a link to...

bug

# Feature Request With the `useBottomSheetDynamicSnapPoints` hook I was able to receive the height of the bottom sheet content using `animatedContentHeight`. A way to receive the content height would be...

enhancement

settings.py ```python ... NINJA_JWT = { "ACCESS_TOKEN_LIFETIME": timedelta(seconds=30), "REFRESH_TOKEN_LIFETIME": timedelta(minutes=1), } ... ``` I set the lifetime really low to test if the token expires. The access token is not...