xcarpentier / rn-tourguide

🚩Make an interactive step by step tour guide for your react-native app (a rewrite of react-native-copilot)
https://xcarpentier.github.io/rn-tourguide/
Other
745 stars 214 forks source link

The text prop doesn't update #49

Open wilsonguiraldelli opened 3 years ago

wilsonguiraldelli commented 3 years ago

I'm using a text from redux state, at start the text is empty, but after de request is done, the state is populated, but the lib doens't get the new value and the empty one

yukari1414 commented 3 years ago

Perhaps sharing your code would be more helpful? I'm just assuming here since I don't have anything to refer to but it could be an issue with the order of your hooks.. did you start the tour guide before the text in the redux state is updated?