···11import React from 'react'
22import {Alert, AppState, AppStateStatus} from 'react-native'
33-import app from 'react-native-version-number'
33+import {nativeBuildVersion} from 'expo-application'
44import {
55 checkForUpdateAsync,
66 fetchUpdateAsync,
···2121 isIOS ? 'ios-build-number' : 'android-build-number',
2222 // Hilariously, `buildVersion` is not actually a string on Android even though the TS type says it is.
2323 // This just ensures it gets passed as a string
2424- `${app.buildVersion}`,
2424+ `${nativeBuildVersion}`,
2525 )
2626 await setExtraParamAsync(
2727 'channel',