Chore(docs): fix typo (#3938)

* perf: ensure we do not provide callback to native if no callback provided from app

* chore: rework bufferConfig to make it more generic and reduce ReactExoplayerView code size

* chore: improve issue template

* fix(android): avoid video view flickering at playback startup

* fix: ensure player doesn't start when view is unmounted

* Fix/ensure view drop stop playback startup (#3875)

* fix: ensure player doesn't start when view is unmounted

* chore(docs): fix typo
This commit is contained in:
Olivier Bouillet 2024-06-24 10:59:33 +02:00 committed by GitHub
parent cfa5984df7
commit 3cfb96adb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# Debugging
This page describe usefull tips for debugging and investigating issue in the package or in your application.
This page describe useful tips for debugging and investigating issue in the package or in your application.
## Using the sample app
This repository contains multiple a sample implementation in example folder.