1 min readSep 18, 2019
Hey Sachin Rekhi! Thanks for the comment. I guess it depends how big the JS part of your app is. If it’s fairly managable, I’d probably set up a new RN repo from scratch and integrate the existing JS. If you go down the gradual update path and need to verify that none of the increments breaks the app, there might be a lot of overhead from fixing outdated RN and plugin versions. That’s just my experience but your case might be different based on how many native plugins you’re using and how well maintained they are.