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
Got errors while trying to use pinar with React-native-web:
./node_modules/pinar/dist/src/Pinar.js 268:24
Module parse failed: Unexpected token (268:24)
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 { accessibility, accessibilityLabelNext, controlsButtonStyle, controlsTextStyle, mergeStyles, } = this.props;
🐛 Bug report
Got errors while trying to use pinar with React-native-web:
./node_modules/pinar/dist/src/Pinar.js 268:24
Module parse failed: Unexpected token (268:24)
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 { accessibility, accessibilityLabelNext, controlsButtonStyle, controlsTextStyle, mergeStyles, } = this.props;
| <Text accessibilityLabel={accessibilityLabelNext} accessible={accessibility} style={mergeStyles
| ? [styles.buttonText, controlsTextStyle]
expo SDK 43.0.2
react-native-web 0.17.1
System:
Binaries:
npmPackages:
thanks for your help :)
Denis
The text was updated successfully, but these errors were encountered: