React Native video player with alpha channel (alpha-packing) support.
Go to file
Brian Sztamfater 1e9199bb36 fix: move code execution to background thread on iOS 2023-05-06 14:04:56 -03:00
.github chore: initial commit 2023-05-04 16:10:08 -03:00
android feat: improve demo app and some optimizations for iOS 2023-05-05 15:57:49 -03:00
example fix: move code execution to background thread on iOS 2023-05-06 14:04:56 -03:00
ios fix: move code execution to background thread on iOS 2023-05-06 14:04:56 -03:00
scripts chore: initial commit 2023-05-04 16:10:08 -03:00
src feat: improve example app with a parallax effect 2023-05-06 13:50:14 -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 feat: implement component iOS bridge and demo app example 2023-05-04 16:11:57 -03:00
react-native-transparent-video.podspec feat: implement component iOS bridge and demo app example 2023-05-04 16:11:57 -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
yarn.lock feat: implement component iOS bridge and demo app example 2023-05-04 16:11:57 -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