Ivan
Results
1
comments of
Ivan
You should remove `alignItems: 'center'` out of View, that includes your Gallery and add `style={{flex: 1}}` to `GestureHandlerRootView` Code example with the same problem: ```js export default function App() {...