Typescript definition & documentation example doesn't match
Issue Description
- The documentation here shows that
CameraScreensupportsactionsprops but the typescript suggestion/definition doesn't reflect that. - Also, multiple props are mentioned in the same docs/snippet as optional but they are shown as required props in typescript definition as shown in the screenshot below.
Here's what I mean:

Should the documentation be updated or is the actions prop not supported?
Let me know if I'm missing sth here.
Steps to Reproduce / Code Snippets / Screenshots
- Use the library on an RN project with Typescript support
[FILL THIS OUT - It will be extremely helpful]
Environment
- React Native Navigation version:
// Question: Should this be React Native Camera Kit Version, in the issue template??React Native Navigation = v7.0.0 React Native Camera Kit = v11.1.0 - React Native version: 0.63.2
- Platform(s) (iOS, Android, or both?): I usually run on android (but Might not be relavent anyways)
- Device info (Simulator/Device? OS version? Debug/Release?): Device -> Android 10 (Debug) (Might not be relavent anyways)
If there's something simple that I could help out with here, I'd be happy to look into it and create a PR.
I discovered the same
Any update on this one?
The documentation seems to be completely unreliable regarding the Typescript definition.
e.g. flashImages is not listed in the component props but actually used in the implementation.
@scarlac we can close this one. Documentation & typescript definition has been updated recently
That @DavidBertet !