Implementing fast refresh

Please provide the following:

  1. SDK Version: 37
  2. Platforms(Android/iOS/web/all): All

Replace this section with as much relevant information as possible and any relevant code along with your question.

How can I programmatically implement fast refresh in my app.Some changes are only implemented when the fast refresh.

can you elaborate on what you mean? i don’t understand the question

How do I trigger a fast refresh in my app. I have a section of my app where an image is changed in the cache but the url stays the same. And I noticed that changes are only effected after a fast refresh triggered upon saving my code.

So how do I trigger a fast refresh in my code!

sorry i still don’t understand. why would you want to fast refresh without having your code changed? if you save the code then it will trigger fast refresh

I found a way to get this done, by changing the state on component focus using the react navigation listener and the use effect hook. But also I did not have to use it because I ended up using redux to update the central store.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.