@bsky.app/expo-translate-text 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# expo-translate-text 🌍
|
|
2
2
|
|
|
3
3
|
> [!NOTE]
|
|
4
|
-
> This is a fork of [expo-translate-text](https://github.com/TomAtterton/expo-translate-text)
|
|
4
|
+
> This is a fork of [TomAtterton/expo-translate-text](https://github.com/TomAtterton/expo-translate-text)
|
|
5
5
|
|
|
6
6
|
`expo-translate-text` is a React Native module for translating text using platform-specific translation APIs. It leverages Apple's **[iOS Translation API](https://developer.apple.com/documentation/translation)** (with **Translation Sheet** available in **iOS 17.4+**) and **[Google ML Kit](https://developers.google.com/ml-kit/language/translation/overview)** on Android for seamless text translation.
|
|
7
7
|
|