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.

App shows all steps together, instead of showing them step by step

See original GitHub issue

I have added 3 steps, I thought that they will display one by one, however, they all displayed together at the same time. Why is that?

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

class Home extends Component {

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


export default copilot()(Home);



Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mohebifarcommented, Aug 28, 2018

Closing this for now. Feel free to re-open it if you are still seeing the issue.

0reactions
mohebifarcommented, May 2, 2018

@Luckygirlllll Could you please give it another try with version 2?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Photomath on the App Store
Photomath lets you point your camera at the problem and a step-by-step explanation (and answer!) instantly appears on your screen.
Read more >
Apple Health steps dashboard shows more steps than my ...
If Apple Health or the Fitbit app show more steps than your Apple Watch, it usually means you have Fitness Tracking enabled on...
Read more >
Galaxy steps doubled with phone in pocket?
Touch the Step Tracker, touch More Options, and then touch View your step count data. Choose 'All Steps', which you've done, as your...
Read more >
11 free walking apps - Heart Matters magazine - BHF
MapMyWalk allows you to see the time spent walking, distance, pace, speed, elevation, and calories burned. When you finish, MapMyWalk allows you to...
Read more >
Fit isn't tracking activities correctly - Android - Google Fit Help
Fit isn't tracking activities correctly. Walking, running, and biking detection ...
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