Code Monkey home page Code Monkey logo

Comments (5)

mohebifar avatar mohebifar commented on August 15, 2024

Is this.props.stop in the wrapped component what you're looking for?

from react-native-copilot.

ernymarvind avatar ernymarvind commented on August 15, 2024

yes, it is. But how do I use it on the parent component like how we start copilot on the main screen using this.props.start()?

Calling this.props.stop() in the main component crashes the app. It does not have .stop() function when logging the props.

'PROPS', {
screenProps: undefined,
navigation: {
dispatch: [Function],
state: { routeName: 'TasksAndGoals', key: 'id-1536975371061-1'
},
isFocused: [Function: isFocused],
addListener: [Function],
goBack: [Function: goBack],
navigate: [Function: navigate],
pop: [Function: pop],
popToTop: [Function: popToTop],
setParams: [Function: setParams],
getParam: [Function: getParam],
push: [Function: push],
replace: [Function: replace]
},
start: [Function: _callee4],
currentStep: null,
visible: false,
copilotEvents:{
on: [Function: on],
off: [Function: off],
emit: [Function: emit]
}
}

Not sure how to use or retrieve this.state.stop.

from react-native-copilot.

ernymarvind avatar ernymarvind commented on August 15, 2024

Hi, any updates for .stop() on the main component?

from react-native-copilot.

ernymarvind avatar ernymarvind commented on August 15, 2024

Had made a custom TooltipComponent and used handleStop function instead.

const TooltipComponent = ({ handleStop, currentStep }) => { AppState.addEventListener('change', (nextAppState) => handleStop); return(<View />); }

from react-native-copilot.

RichardLitt avatar RichardLitt commented on August 15, 2024

@mohebifar Does that sound like something we could easily integrate? Is it necessary?

from react-native-copilot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.