Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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