We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"react-native-router-flux": "^4.2.0"
i have try to added params
Actions.Ikakoy({actives: 2})
but when i want to get the params using react hooks the value was undefined, my code is like this
...... import React, { useState, useEffect, useRef } from 'react' const Ikakoy = (props) => { ......... ......... useEffect(()=>{ console.log(props.actives) // i got undefined return () => { unmounted.current = true } },[]) ........ } export default Ikakoy
any solutions?
The text was updated successfully, but these errors were encountered:
any updates on this?
Sorry, something went wrong.
No branches or pull requests
"react-native-router-flux": "^4.2.0"
i have try to added params
Actions.Ikakoy({actives: 2})
but when i want to get the params using react hooks the value was undefined, my code is like this
any solutions?
The text was updated successfully, but these errors were encountered: