I have a small project written in React Native CLI, After Archive it and export the .ipa file I got a large size it's 172MB!!
I have enabled Bitcode in release mode, And disable all Flipper stuff but the size still the same (large)
How can I reduce it?
Note I don't have any assets like fonts big images, just a splash screen image (4kb)