I, recently worked on a project based on React Native. As a beginner to the framework, I initially used Context to manage state in the app but soon realized the shortcomings and felt the need of Redux in my project. I had a situation of potential prop drilling, thus I…