react-native-video/docs
Olivier Bouillet 6a49cba273
feat: implement onAudioTracks and onTextTracks on ios (#3503)
* feat: implement onAudioTracks and onTextTracks on ios

* chore: lint code

* fix: rework previous fix to fix linter and be more aligned with architecture

---------

Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
2024-02-01 08:56:00 +01:00
..
assets docs: add support by section (#3435) 2023-12-21 08:45:28 +01:00
pages feat: implement onAudioTracks and onTextTracks on ios (#3503) 2024-02-01 08:56:00 +01:00
public docs: add thumbnail (#3458) 2024-01-05 14:46:10 +01:00
.gitignore feat: move docs to github pages (#3296) 2023-10-26 08:54:14 +02:00
bun.lockb feat: move docs to github pages (#3296) 2023-10-26 08:54:14 +02:00
next-env.d.ts feat: move docs to github pages (#3296) 2023-10-26 08:54:14 +02:00
next.config.js feat: move docs to github pages (#3296) 2023-10-26 08:54:14 +02:00
package.json feat: move docs to github pages (#3296) 2023-10-26 08:54:14 +02:00
README.md feat: move docs to github pages (#3296) 2023-10-26 08:54:14 +02:00
theme.config.jsx docs: fix typo (#3460) 2024-01-05 15:51:13 +01:00

react-native-video-docs

This is the documentation for the react-native-video. Project is using bun to build and run the documentation. Framework for static site generation is Nextra

bun install

To run:

bun run dev