Caleb Panza
Caleb Panza
Hey! Love this project and the article you wrote along with it. Really helped me understand animating in React Native! I did notice something, though, when running RN 59 (I'm...
# Feature Request ## Why it is needed One of the ways that I use the Bottom Sheet (specifically the Modal) is to keep it open all the time with...
# Bug When rendering a Stack Navigator using `react-native-screens` within a Bottom Sheet Modal, the content gets overlapped by the Navigation Header. This is only happening on Android  ##...
I'm seeing some differences in the README from GitHub and from NPM (and within the actual package) Which one is the "real" or "accurate" one? It's throwing me off with...
### Environment `"react-native-image-filter-kit": "^0.8.0"` `"react-native": "0.67.5",` ### Problem I can put together a repo sometime in the near future, but wanted to at least start some discussion around this. In...
# Bug When building out a sheet with a Text Input, the sheet will always expand to the **highest** snap point when the Text Input is focused. ## Environment info...
Is there any chance that these wallpapers support dynamic modes in iOS, too?
Hey there! I'm working on implementing an App Clip on an existing project and figured I would give this package a try! Before doing so on my existing app, I...
**Describe the bug** When setting `loop={false}` on the Carousel component, carousel items stop rendering entirely. The carousel container is visible (confirmed via background color debugging) but the renderItem function appears...