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
./node_modules/@mikezzb/react-native-timetable/lib/components/TimeTable.js 46:12
Module parse failed: Unexpected token (46:12)
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
| const { cellWidth, cellHeight, timeTicksWidth, numOfHours } = configs;
| const styles = getStyles({ timeTicksWidth, theme });
> return (<ConfigsContext.Provider value={configs}>
| <ThemeContext.Provider value={theme}>
| <View style={contentContainerStyle}>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: