We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR in ./node_modules/react-native-shopify/index.js Module parse failed: C:\wamp64\www\Fresheats\node_modules\react-native-shopify\i ndex.js Unexpected token (9:2) You may need an appropriate loader to handle this file type. | | export default { | ...RNShopify, | getProducts: (page = 1, collectionId, tags) => { | if (collectionId) { @ ./src/app/views/home/Home.js 3:26-57 @ ./src/app/views/home/index.js @ ./src/app/Root.js @ ./src/app/index.js @ multi babel-polyfill react-hot-loader/patch webpack-hot-middleware/client ./s rc/app/index.js webpack: Failed to compile.
Am Getting Error like this can you give solution for this one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ERROR in ./node_modules/react-native-shopify/index.js
Module parse failed: C:\wamp64\www\Fresheats\node_modules\react-native-shopify\i
ndex.js Unexpected token (9:2)
You may need an appropriate loader to handle this file type.
|
| export default {
| ...RNShopify,
| getProducts: (page = 1, collectionId, tags) => {
| if (collectionId) {
@ ./src/app/views/home/Home.js 3:26-57
@ ./src/app/views/home/index.js
@ ./src/app/Root.js
@ ./src/app/index.js
@ multi babel-polyfill react-hot-loader/patch webpack-hot-middleware/client ./s
rc/app/index.js
webpack: Failed to compile.
Am Getting Error like this can you give solution for this one.
The text was updated successfully, but these errors were encountered: