Improve the documentation
See original GitHub issueThere are 5 parameters in the copilot()
HOC function, but only overlay
and animated
are documented.
Can you explain how to use other parameters?
I use this library on Android device, and I follow the example to create the tour guide.
But I found if I don’t add androidStatusBarVisible: false
into copliot()
, the Modal will have some offset so that part of view will be cut.
In fact, the statusBar is visible on my screen, I don’t understand why I should pass androidStatusBarVisible
as false.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
5 Tips for Improving Documentation | CloudApp Blog
Effective documentation improves workplace productivity and efficiency. Think about it: easy to understand documents help new employees learn their jobs faster.
Read more >10 Tips to Improve Technical Documentation Skills
10 Tips to Improve Technical Documentation Skills · Think of the target audience. Technical writing has a specific audience. · Know the product ......
Read more >Strategies for Improving Documentation
EHRs increase healthcare providers' responsibility and accountability with respect to reviewing, comprehending and documenting personal health information.
Read more >3 Tips to Improve Documentation Productivity - Nuance Blog
1. Make accuracy the cornerstone of documentation process improvement · 2. Factor mobility into your documentation workflow · 3. Acknowledge ...
Read more >10 Documentation Skills and How To Improve Them - CLIMB
10 Documentation Skills and How To Improve Them · Writing · Editing · Research · Proofreading · Project Management · Time Management ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jordenchang55 Thanks, I took your way as well. I’ll report if any further information is captured from our user.
Yes, it would be better if there is a brief note in README. IMHO, an user should be able to understand the usage of library by reading README rather than code.