i want to add the lib https://github.com/gorhom/react-native-bottom-sheet into my project, but it not working and i have the err look like this #772
Unanswered
HongQuang231
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unhandled JS Exception: Module parse failed: Unexpected token (4: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
| import { nanoid } from 'nanoid/non-secure';
| import { usePortal } from '../../hooks/usePortal';
Error: Module parse failed: Unexpected token (4: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
| import { nanoid } from 'nanoid/non-secure';
| import { usePortal } from '../../hooks/usePortal';
Beta Was this translation helpful? Give feedback.
All reactions