e420418e8f
* chore: rework bufferConfig to make it more generic and reduce ReactExoplayerView code size * feat: expose bufferingStrategy to app and change default behavior rename disableBuffering undocumented prop to bufferingStrategy and document it. before this change, default was 'dependingOnMemory'. It can trigger some unnecessary gc() call on android. |
||
---|---|---|
.. | ||
assets | ||
components/PlatformsList | ||
pages | ||
public | ||
.gitignore | ||
bun.lockb | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
README.md | ||
theme.config.jsx | ||
tsconfig.json |
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