react-native-video/docs
Axel Vencatareddy 596c02d2b3
feat: add onAdError event listener (#3381)
* feat: add onAdError event listener
* feat: remove onAdError event listener and use already existing
* feat: add ERROR event to docs
2023-12-02 13:52:01 +01:00
..
assets feat: move docs to github pages (#3296) 2023-10-26 08:54:14 +02:00
pages feat: add onAdError event listener (#3381) 2023-12-02 13:52:01 +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 feat: move docs to github pages (#3296) 2023-10-26 08:54:14 +02: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