Hard to tell from just looking at the static analysis. The size of Compose is relatively small compared to overall dex, but our guess is that a lot of that has to do with sharing code with IG
Pretty sure they're using it on web everywhere and IMHO that's a decent choice when you need state management / DOM updates.
React Native is a whole other ball of mud, taking UI decisions out of the main thread where phones want them to be and delegating them into a bolted on javascript environment.
https://www.threads.net/t/CuW_fXZOgPc/ would suggest to me the answer is "not much"