···1515 return <NativeView />
1616}
17171818-export const isAvailable = Number(Platform.Version) >= 17.4
1818+// can be something like "17.5.1", so just take the first two parts
1919+const version = String(Platform.Version).split('.').slice(0, 2).join('.')
2020+2121+export const isAvailable = Number(version) >= 17.4
19222023// https://en.wikipedia.org/wiki/Translate_(Apple)#Languages
2124const SUPPORTED_LANGUAGES = [