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.
Gives the following image. There should be either 9 seats or the middle seat should not be there. There should be an option to allow for middle seat in the last row (but with the correct number).
I am getting a duplicate seat in the last row. For eg:
Gives the following image. There should be either 9 seats or the middle seat should not be there. There should be an option to allow for middle seat in the last row (but with the correct number).
@TusharSanchaniya-mi