kirillzyusko / react-native-bundle-splitter

HOC for lazy components loading
https://kirillzyusko.github.io/react-native-bundle-splitter/
MIT License
416 stars 21 forks source link

Where can I find splitted apks physically present #31

Closed saloni-v closed 2 years ago

saloni-v commented 2 years ago

Where can I find splitted apks physically present in the demo project app that you ve shared?

kirillzyusko commented 2 years ago

Hi @saloni-v

This package is not intended to split .apk. Under hood it uses RAM-bundles and simply provides simple API over it.

You can try to find index.android.bundle file inside of your apk and see what's inside.

kirillzyusko commented 2 years ago

Closed due to inactivity, answer provided.