Docs link is broken
The link to the API docs is broken (so that I can see all the methods of appleAuth). Where are these docs?
Hi there! Which exact link, linked from where? That'll help discover the problem. In the meantime, you can always just browse the code - the index.d.ts file I believe is a good start, thankfully the module is not big at all
Specifically the ones in https://github.com/invertase/react-native-apple-authentication#1-initial-set-up (appleAuth API Documentation). They seem to refer to docs/interfaces which does not exist.
It looks like the paths generated by TypeDocs changed, so now they are in the typedocs directory:
https://github.com/invertase/react-native-apple-authentication/blob/73a30393e4fc31659d2d084751e60dc5e660db37/typedocs/modules.md
Previously they were included in the docs directory.
You can see the files were moved in this commit: https://github.com/invertase/react-native-apple-authentication/commit/c022729ca9a7a951ac3ed0d13dee4137e8fabdaa