question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Copilot steps doesn't display in the screen

See original GitHub issue

This is my code, what should I do to see Copilot steps which will show hints one by one? I saw that in example there is props.start() to start the tutorial, however, how to make it work, if Copilot steps inside the render function?

import { copilot,walkthroughable, CopilotStep } from '@okgrow/react-native-copilot';
const CopilotText = walkthroughable(Text);

class Home extends Component {

render() {
return (
  <View>     
    <CopilotStep text="Hint 1" order={1} name="openApp">
       <CopilotText>Step 1 !</CopilotText>
    </CopilotStep>
    </View>
    <View>
      <CopilotStep text="Hint 2" order={2} name="openApp2">
       <CopilotText>Step 2!</CopilotText>
    </CopilotStep>
    </View>
    <View>
    <CopilotStep text="Hint 3!" order={3} name="openApp3">
       <CopilotText>Step 3</CopilotText>
    </CopilotStep>
    </View>
)}
}

export default copilot()(Home);

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mohebifarcommented, Feb 9, 2018

I added that to the README earlier today. If there’s anything else you’d like to add, your PRs are very welcome!

0reactions
Luckygirlllllcommented, Feb 9, 2018

@mohebifar Awesome, thanks! Probably mention about this bug would be useful as well in the README! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Copilot steps doesn't display in the screen · Issue #17 - GitHub
This is my code, what should I do to see Copilot steps which will show hints one by one? I saw that in...
Read more >
HUD Troubleshooting - Poker Copilot User Guide - 6
Here are some troubleshooting steps to help solve the problem: 1. Hold'em Manager, Poker Tracker, or any other poker software running? Shut them...
Read more >
GitHub Copilot Commands not working and showing error
Click on the bell button on bottom right-corner of the Visual Studio Code Editor; Press 'Agree' button; Thats it!
Read more >
vc orb troubleshooting - Video Copilot
If you are running more than one monitor, try plugging in only a single monitor into the port on the back of the...
Read more >
DJI Copilot: Troubleshooting Android Connection Issues - LaCie
If the app does not come up on your screen after 30 seconds to 1 minute, press the pinhole reset button on your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found