Daniel Dopiriak

Results 13 comments of Daniel Dopiriak

I would like to see that feature as well. I am using hooks and I really don't want to use class-based components.

If you are using react you are supposed to set width by passing width as a prop to the component. ![image](https://user-images.githubusercontent.com/39923116/146999456-fea709a1-ee23-47db-97d8-e72fb6b3d039.png)

@Nahani > Same issue If you are not using expo try this library https://github.com/computerjazz/react-native-draggable-flatlist I had a lot of problems with that functionality in my previous app so I decided...

I have the same problem... still didn't find any library which is not buggy on Android and recalculates the height of the items.

I am having almost the same problem when I get to the bottom of the list the item gets buggy and it's acting like it should be 100 pixels lower...

I have the same issue, it doesn't happen all the time but when it does the app route is completely stuck. Even tho background tasks and everything else in the...

Actually I might have fixed it by disabling new architecture, it seemed like some package was not supporting it and somehow it caused screen to freeze. I would recommend checking...

Same here after bumping to expo 52 SplashScreen.preventAutoHideAsync(); has no effect.

@rsoaresdev @ollyde I managed to get it work on version 52. The configuration has changed in the new version (https://docs.expo.dev/versions/latest/sdk/splash-screen/) ``` { "expo": { "plugins": [ [ "expo-splash-screen", { "backgroundColor":...