zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 748 forks source link

Release build copies all sound files in res/raw #706

Open NicholasNations opened 3 years ago

NicholasNations commented 3 years ago

On android, when I create a release build whether it is an apk or aab. It copies all the mp3 and json files in the res/raw folder.

ie android_app_src_main_res_raw_abrazo.mp3. All the mp3 and json files used in the app are copied here in this format.

This almost doubles the size of my app. Now I have an android bundle of 300 mbs, when I need to get it down to 150 mbs. I'm not sure what I did to cause it, but any help would be greatly appreciated.