Results 2 comments of Charnnarong Cth

I downgraded OpenJDK 21 to Azul Zulu 17 solved my problem https://reactnative.dev/docs/environment-setup

I ran into this when I called `Audio.Sound.createAsync` inside a component used in FlatList's `renderItem`. While `renderItem` runs on the JS thread, creating sound objects hits native modules and can...