Samadrit Sarkar

Results 5 comments of Samadrit Sarkar

The calendar section is not showing in Firefox browser. Its because of `datetime-local` attribute used in 'startDate' and 'endDate' isn't supported by Firefox.

I first checked it out in Firefox, the date picker wasn't working. But, works great in Chrome and Edge too.

I got the solution to this problem here [#654 ](https://github.com/satya164/react-native-tab-view/issues/654#issuecomment-444470652)

That solution worked for me. `const renderScene = SceneMap({ first: AddRoom, second: AddImages, third: AddDetails, });` `const [routes] = useState([ {key: 'first', title: 'Basic Room Info'}, {key: 'second', title: 'Add...