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: 7 months 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 3 years ago)
 - Default Branch: main
 - Last Pushed: 2023-01-21T12:25:00.000Z (almost 3 years ago)
 - Last Synced: 2025-03-28T05:31:46.726Z (7 months ago)
 - Topics: ios, live-text, react-native
 - Language: Java
 - Homepage:
 - Size: 1.15 MB
 - Stars: 82
 - Watchers: 3
 - Forks: 2
 - 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