Skip to content

vitrionbv/pintura-component-react-native

 
 

Repository files navigation

Pintura React Native Component

This package exports a Pintura WebView wrapper component to make it easier to use Pintura with React Native (compatible with Expo).

npm install @pqina/react-native-pintura

Post install the Pintura React Native component does two things:

  • It creates a pintura.html file in the Pintura React Native npm package folder, this file is used as a WebView source.
  • It copies the pintura.html file to the android/app/src/main/assets folder so it can be loaded by Android, iOS doesn't require this step.

The install script can be run again by calling npm rebuild which is needed after updating @pqina/pintura or @pqina/pintura-video

React Native example projects:

Visit https://pqina.nl/pintura for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.6%
  • JavaScript 1.4%