tradingview / charting-library-examples

Examples of Charting Library integrations with other libraries, frameworks and data transports
MIT License
1.32k stars 744 forks source link

cannot be loaded as its extension is not registered in assetExts #374

Open salahbm opened 3 months ago

salahbm commented 3 months ago

Hi~ I am trying to implement chart on the expo SDK 50, have followed all the steps shown in the example. However, still facing same error on the android.

I tried to addd 'js' in metro.config.js but didnt help...

Error: 'android/app/src/main/assets/charting_library/charting_library.standalone.js' cannot be loaded as its extension is not registered in assetExts at getAsset (/Users/muhammad/Documents/react-native/coinkoops-app-frontend/node_modules/metro/src/Assets.js:198:11) at Server._processSingleAssetRequest (/Users/muhammad/Documents/react-native/coinkoops-app-frontend/node_modules/metro/src/Server.js:310:26)

Screenshot 2024-03-28 at 4 13 14 PM
graciott commented 1 month ago

Same issue here