Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix native translations on iOS 17.5.1 (#4282)

* enable translations on iOS 17.5.1

* add comment

authored by

Samuel Newman and committed by
GitHub
13c08f56 a72f55a1

+4 -1
+4 -1
modules/expo-bluesky-translate/src/ExpoBlueskyTranslateView.ios.tsx
··· 15 15 return <NativeView /> 16 16 } 17 17 18 - export const isAvailable = Number(Platform.Version) >= 17.4 18 + // can be something like "17.5.1", so just take the first two parts 19 + const version = String(Platform.Version).split('.').slice(0, 2).join('.') 20 + 21 + export const isAvailable = Number(version) >= 17.4 19 22 20 23 // https://en.wikipedia.org/wiki/Translate_(Apple)#Languages 21 24 const SUPPORTED_LANGUAGES = [