Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intergalacticspacehighway/react-native-ios-live-text
iOS's live text image for React Native
https://github.com/intergalacticspacehighway/react-native-ios-live-text
ios live-text react-native
Last synced: about 1 month ago
JSON representation
iOS's live text image for React Native
- Host: GitHub
- URL: https://github.com/intergalacticspacehighway/react-native-ios-live-text
- Owner: intergalacticspacehighway
- License: mit
- Created: 2022-07-14T05:25:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T12:25:00.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:34:12.706Z (7 months ago)
- Topics: ios, live-text, react-native
- Language: Java
- Homepage:
- Size: 1.15 MB
- Stars: 77
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native iOS Live Text Image
Scans text as well as QRCode.
https://user-images.githubusercontent.com/23293248/194712842-bb7f5ab0-7ea4-4b4b-8a55-e17263f8adea.mp4
# Installation
```
// yarn
yarn add react-native-live-text-image-view// npm
npm install react-native-live-text-image-view```
```
cd ios/ && pod install
```Note: Requires iOS 16. Fallbacks to UIView below it.
# API
```jsx
import { LiveTextImageView } from 'react-native-live-text-image-view';
;
```# Example
- git clone repo
- cd example