App shows all steps together, instead of showing them step by step
See original GitHub issueI 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:
- Created 6 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top 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 >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
Closing this for now. Feel free to re-open it if you are still seeing the issue.
@Luckygirlllll Could you please give it another try with version 2?