Trying to use Sync-Storage ( it's written in type script ) and I am using a clean install of expo init project_name
I trying to get React Native Web running, and I'm not sure how to fix this error or what to install to support. Anyone share some light please?
/Users/myname/Work/ReactNative/testapp/node_modules/sync-storage/src/index.js 5:5Module parse failed: Unexpected token (5:5)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 handleError from './helpers/handleError';| > type KeyType = string;| | class SyncStorage {
PS: My project is in JAVASCRIPT
PS2: I can use this package with no problem if i use use manual react native installation