Skip to content

[iOS] The position of the items in the grid is wrong after a few swaps #41

@JungHsuan

Description

@JungHsuan
ScreenRecording_02-03-2025.18-11-01_1.MP4
  • Xcode: version: 15.4/15F31d
  • iOS: version: 18.3
  • react-native: Installed: 0.77.0

As the video showed, I directly copied the code from DraggableGridExample and saved it as a component. I used it in my empty example App:

  return (
    <SafeAreaView>
      <GestureHandlerRootView
        style={{
          flexGrow: 1,
          alignItems: 'stretch',
          justifyContent: 'center',
          flexDirection: 'row',
        }}>
        <DraggableGridExample />
      </GestureHandlerRootView>
    </SafeAreaView>
  );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions