ItsukiNakano
Eternal Poster
hindi ko po kasi maayos, palagi nalabas tong error.
trying po ako mag play ng bgm kasabay ng pag open ng app
ERROR in ./node_modules/react-native/Libraries/Image/AssetSourceResolver.js:24:17May I know the specific error message that you are encountering? It will help me provide you with a more accurate solution to your problem. Additionally, please provide me with the programming language or framework you are using to develop your app, as this information is crucial in troubleshooting the issue.
| ^24 | const Platform = require('../Utilities/Platform');
The error message you're encountering suggests that the module '../Utilities/Platform' cannot be resolved. This usually happens when the required module is missing or not installed correctly.ERROR in ./node_modules/react-native/Libraries/Image/AssetSourceResolver.js:24:17
Module not found: Can't resolve '../Utilities/Platform'
22 |
23 | const PixelRatio = require('../Utilities/PixelRatio').default;
npm install react-native
rm -rf node_modules
npm install
npm update