React Native video player with alpha channel (alpha-packing) support.
Go to file
Brian Sztamfater c8dab9a4b1 chore: initial commit
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-05-04 16:10:08 -03:00
.github chore: initial commit 2023-05-04 16:10:08 -03:00
android chore: initial commit 2023-05-04 16:10:08 -03:00
example chore: initial commit 2023-05-04 16:10:08 -03:00
ios chore: initial commit 2023-05-04 16:10:08 -03:00
scripts chore: initial commit 2023-05-04 16:10:08 -03:00
src chore: initial commit 2023-05-04 16:10:08 -03:00
.editorconfig chore: initial commit 2023-05-04 16:10:08 -03:00
.gitattributes chore: initial commit 2023-05-04 16:10:08 -03:00
.gitignore chore: initial commit 2023-05-04 16:10:08 -03:00
.nvmrc chore: initial commit 2023-05-04 16:10:08 -03:00
.watchmanconfig chore: initial commit 2023-05-04 16:10:08 -03:00
.yarnrc chore: initial commit 2023-05-04 16:10:08 -03:00
CODE_OF_CONDUCT.md chore: initial commit 2023-05-04 16:10:08 -03:00
CONTRIBUTING.md chore: initial commit 2023-05-04 16:10:08 -03:00
LICENSE chore: initial commit 2023-05-04 16:10:08 -03:00
README.md chore: initial commit 2023-05-04 16:10:08 -03:00
babel.config.js chore: initial commit 2023-05-04 16:10:08 -03:00
lefthook.yml chore: initial commit 2023-05-04 16:10:08 -03:00
package.json chore: initial commit 2023-05-04 16:10:08 -03:00
react-native-transparent-video.podspec chore: initial commit 2023-05-04 16:10:08 -03:00
tsconfig.build.json chore: initial commit 2023-05-04 16:10:08 -03:00
tsconfig.json chore: initial commit 2023-05-04 16:10:08 -03:00

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