1e9199bb36 | ||
---|---|---|
.github | ||
android | ||
example | ||
ios | ||
scripts | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.nvmrc | ||
.watchmanconfig | ||
.yarnrc | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
lefthook.yml | ||
package.json | ||
react-native-transparent-video.podspec | ||
tsconfig.build.json | ||
tsconfig.json | ||
yarn.lock |
README.md
react-native-transparent-video
React Native video player with alpha channel (alpha-packing) support.
Installation
npm install react-native-transparent-video
Usage
import { TransparentVideoView } from "react-native-transparent-video";
// ...
<TransparentVideoView color="tomato" />
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library