Bartosz Szar

Results 4 issues of Bartosz Szar

## Summary I noticed that `@fontawesome` dependency is present in the repository but is used in 2 demo screens only - the size of unpacked dependencies are following: - `@fortawesome/fontawesome-svg-core`:...

Using `react-native-map-link` with `expo` in the following way: ``` export const linkToMaps = async (latitude: number, longitude: number, label: string) => { await showLocation({ latitude: latitude, longitude: longitude, title: label,...

Fixes #868 ### Description Clamped currentIndex to valid range in `useVusibleRanges.tsx`, so that when the carousel is not loopable and the `windowSize` prop is smaller than the `data.length` the first...

bug
size:S

**Describe the bug** When I render a non loopable carousel that does not take the whole device width (and there is a space to drag over it with pan gesture)...

bug