Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlapping calendar events are not evenly split if there are more overlapping events below/above them #151

Open
CarnageXD opened this issue Nov 6, 2024 · 0 comments

Comments

@CarnageXD
Copy link

We can see the problem in the screenshot. The expected result would be that events with title '6' take 50% as events with title '8' do, but because of the more overlapping events below, It looks like something is breaking and the first event '6' is the same width as the thinnest event '1' below it.

The item to render:

return (
  <View
    style={{
      backgroundColor: 'white',
      height: '100%',
      borderWidth: 1,
      borderColor: 'red',
    }}
  >
    <Text>{event.title}</Text>
  </View>
);

The result:

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant