react-native-video/docs
Krzysztof Moch 8ad4be459b
feat: add notification controls (#3723)
* feat(ios): add `showNotificationControls` prop

* feat(android): add `showNotificationControls` prop

* add docs

* feat!: add `metadata` property to srouce

This is breaking change for iOS/tvOS as we are moving some properties, but I believe that this will more readable and more user friendly

* chore(ios): remove UI blocking function

* code review changes for android

* update example

* fix readme

* fix typos

* update docs

* fix typo

* chore: improve sample metadata notification

* update codegen types

* rename properties

* update tvOS example

* reset metadata on source change

* update docs

---------

Co-authored-by: Olivier Bouillet <freeboub@gmail.com>
2024-05-07 12:30:57 +02:00
..
assets docs: add support by section (#3435) 2023-12-21 08:45:28 +01:00
components/PlatformsList fix(docs): fix build (#3571) 2024-03-08 13:04:27 +01:00
pages feat: add notification controls (#3723) 2024-05-07 12:30:57 +02: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 fix(docs/ci): add typescript (#3572) 2024-03-08 14:29:04 +01: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 fix(docs/ci): add typescript (#3572) 2024-03-08 14:29:04 +01:00
README.md feat: move docs to github pages (#3296) 2023-10-26 08:54:14 +02:00
theme.config.jsx docs: update platforms in properties tab (#3562) 2024-03-08 12:48:01 +01:00
tsconfig.json docs: update platforms in properties tab (#3562) 2024-03-08 12:48:01 +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