Mindinventory / react-native-bus-seat-layout

A @mindinventory/react-native-bus-seat-layout library provides seats layout for bus booking, you can give custom styles of seat numbers. also can give images for seat. you have to provide number of rows that you need to draw layout, you will get selected seats from props.
https://www.mindinventory.com/react-native-app-development.php
MIT License
22 stars 6 forks source link

Configure bus doors and remove associated seats inside the bus for user entry/exit #11

Closed sinclairjaza closed 6 days ago

sinclairjaza commented 1 year ago

Hello,

Thanks fo this package.

I would like to know how to configure the bus doors (because more buses have one or two doors on the right side) and how to remove the associated seats inside the bus for user entry/exit.

Because with the current configuration, the bus has only one door next to the driver.

Example with two doors:

image

Example with one door (this door could be in the middle of the right side or near the driver :

image

Thanks in advance

chiragramimi commented 9 months ago

@sinclairjaza,

Thank you for your consideration. Having the ability to set the door configuration on the left and right sides would greatly enhance the flexibility of the system. Our team will be working on this. Please stay tuned for this update.

chiragramimi commented 6 days ago

Doors option added now in this PR and merged : https://github.com/Mindinventory/react-native-bus-seat-layout/pull/17