Ошибка: this package itself specifies a `main` module field that could not be resolved
При попытке внедрить в приложение react-native Three.js возникает следующая ошибка:
**Failed building JavaScript bundle.
While trying to resolve module react-three-fiber from file C:\..., the package C:\... was successfully found. However, this package itself specifies a main module field that could not be resolved (C:\...\node_modules\react-three-fiber\dist\native.js. Indeed, none of these files exist:
- C:...\node_modules\react-three-fiber\dist\native.js(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
- C:...\node_modules\react-three-fiber\dist\native.js\index(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json) **