jordanbyron / react-native-quick-actions

A react-native interface for Touch 3D home screen quick actions
MIT License
1.06k stars 93 forks source link

Question : how use navigation on popInitialAction Promise ? #83

Closed stephane-r closed 5 years ago

stephane-r commented 5 years ago

Hi Jordan !

I try your very nice module on react-native app, All work perfectly :)

But, i've a question : QuickActions.popInitialAction is not executed in a react component, so, how i can use for example Navigation props ?

I've try to use this method, but i think it's not the best solution :D

Thank you Jordan

jordanbyron commented 5 years ago

Hey @stephane-r,

I'm glad to hear you are enjoying this library. For questions like this your best off posting to a place like StackOverflow. This is our libraries bug and feature tracker. My guess is it's a timing problem, but with more context I'm sure someone in a troubleshooting community would be able to get you up and running.

Best of luck -- Jordan