After Android 6 App's developers can Choose if their app can be installed/moved to SD Card or not. For many user with low memory space on the phone this is a good think.
Just add
<manifest
...
android:installLocation="auto">
on Manifest can do this.
Expo Client and all Standalone Apps shold allow this.