You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this! It's currently throwing an error that i'm investigating, but in case you know how to solve this more quickly:)
Module parse failed: Unexpected token (33:11)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| return React.cloneElement(this.props.renderTabBar(), props);
| }
> return <ScrollableTabBar { ...props} />
| }
| ```
It would be great if this component supports react-native-web as well.
Steps to Reproduce
Using this component in web (using react-native-web).
Expected Behavior
There should not be any error and it should render properly in browsers.
Actual Behavior
Getting undefined rendering error.
The text was updated successfully, but these errors were encountered: