Pietro Putelli

Results 10 issues of Pietro Putelli

## 🐛 Bug Report In the app I need to use Redux and SafeAreaContext, therefore I created a ScreenWrapper component and wrap all screens into it, to provide the right...

needs triage
triage: bug

Reanimated version: 2.3.0 When I try to use FlatList instead of ScrollView, as shown in the tutorial below, the Layout.springify() doesn't work. https://docs.swmansion.com/react-native-reanimated/docs/tutorials/LayoutAnimations/layoutAnimations Someone suggests to apply this path: https://patch-diff.githubusercontent.com/raw/piaskowyk/react-native/pull/1.patch....

Platform: Android
Bug
🏠 Reanimated 2
Area: Layout Animations
bug-bash-jan22

1. reanimated 2 don't supported, even if createAnimatedComponent applied to BigList. 2. at the end of each scroll there's a lag. const AnimatedAdvancedFlatList = Animated.createAnimatedComponent(BigList); const onScroll = useAnimatedScrollHandler(({ contentOffset:...

bug

Hi I'm working on a react-native app like instagram and I'm using this library to create a story circle view which, when tapped, shows a list of stories and then...

### Description I'm developing a react native app using the version 0.71.3 and I'm having some problems with the extremely discussed onEndReached callback. ### React Native Version 0.71.3 ### Output...

Component: FlatList
Needs: Triage :mag:
Newer Patch Available

I have followed the instructions to implement, as you can see from my code, but it doesn't display anything. ``` import AwesomeSlider from "react-awesome-slider"; import "react-awesome-slider/dist/custom-animations/cube-animation.css"; const slider = (...

I am using the library to save a screenshot of a view, whose height is not initially defined, as I am using padding and setting the height of the view...

Hi, I'm getting the following error, as a lot of other people report on issues. `__scanCodes is not defined ` It occurs both on iOS and Android. Here's my libraries...

I'm working on a bare React Native (v. 0.73.5) project using Expo. I have set up the Fastlane pipeline that runs on GitHub Actions, but it breaks just at the...

I have installed the library and then when it try to run it with Xcode, it shows the following error: `'RNWhisperSpec/RNWhisperSpec.h' file not found`.