https://github.com/testpress/react-native-player-sdk
React Native Video Component for TPStreams
https://github.com/testpress/react-native-player-sdk
Last synced: 2 months ago
JSON representation
React Native Video Component for TPStreams
- Host: GitHub
- URL: https://github.com/testpress/react-native-player-sdk
- Owner: testpress
- License: mit
- Created: 2025-03-05T08:44:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T14:15:40.000Z (12 months ago)
- Last Synced: 2025-05-04T05:35:26.289Z (11 months ago)
- Language: Kotlin
- Size: 2.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-tpstreams
Video Component for TPStreams
## Installation
```sh
npm install react-native-tpstreams
```
## Usage
```js
import { multiply } from 'react-native-tpstreams';
// ...
const result = multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)