Hyo

Results 309 comments of Hyo

@sandeep14 From the log, this looks like the classic `=non-modular-include-in-framework-module` problem. It usually happens when using `use_frameworks!` with pods that expose non-modular headers (notably **glog, fmt, SocketRocket, Yoga**, etc.) on...

I’m closing all issues reported in versions below 14, as the library now supports the new architecture with NitroModules and has been completely revamped.

You can also try https://github.com/Malaa-tech/expo-custom-assets which I've been using cause of the issue. However, this would not fix the issue in production builds. ~~For production build I think we need...

I also created a pull request (PR) that worked for me in #35374 Hope it helps!

Tried `0.4.4` and yes the same problem. I downgraded to `0.3.5` with my patch in #35374 still waiting for the fix

> ``` > "expo": "^53.0.9", > "expo-asset": "~11.1.5", > "expo-audio": "~0.4.4", > "expo-custom-assets": "^1.4.1" > ``` > > `expo-custom-assets` worked for me. Seems that Metro wasn’t bundling my MP3 for...

I think this is related to this one https://github.com/hyochan/react-native-iap/issues/3098

> This seems to be a bug on pub-dev, as running markdown on the input renders the correct HTML: > > ``` > dart pub run markdown --extension-set GitHubWeb >...

@isoos Thanks! Sounds great and looking forward to it 👀