-
Notifications
You must be signed in to change notification settings - Fork 131
[Error] React Native 0.63+ Support #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am facing the same issue, does |
I'm not sure if it helps, but I have made a pull request that includes the ability to turn on react-native "support", which just essentially allows for the documentation using the I'm not part of the development team, but I am a developer and have made quite a few changes to this template and I believe I have a good working knowledge of it's inner workings |
Great! I could use your fork (with isReactNative = true) in my project to generate the doc. Thanks for the help. |
@sonyboy232 I tried your fork and configured it as said in the readme of your fork, but it didn't solve my issue. It was still giving me the same error as mentioned in the question. Can you add an example repo to show how can we properly use the fork? Version info: |
@darshan09200 Did you found any suitable solution. I am also facing the same error. I also forked @sonyboy232's branch but still got the same error |
@sonisourabh Can you help me out? What steps did you follow to generate the document? I have forked the GitHub repo and cloned it in my project. I have uninstalled the better-docs from node_modules also. Then also I am not able to generate the document. Can you help me out? |
@anonymous33999 No, I wasn't able to find any solution. |
@anonymous33999 I added the fork as dependency
|
@sonisourabh Thanks for the reply but still facing the same issue |
@anonymous33999 I followed the steps described in this README. Instead of |
@sonisourabh Thanks it's working but I am not getting any output. Can you just give me an example of what does your JSDoc comment looks like? Can you validate my JSDoc comment. If I add a function plugin then I get the above error and if I do not add it then I get null as the output. Thanks a lot again
|
@sonisourabh Can you help me out ?? |
any updates on this? |
I did better-docs and JSDoc integration with React Native.
First I created a fresh React Native CLI project using
react-native init whatevername
I did follow exactly the same steps mentioned in this tutorial
However when I run
npm run docs
, it throws the below error.Documented.js
package.json
babel.config.js
jsdoc.json
What am I missing here in my code?
The text was updated successfully, but these errors were encountered: