I am currently going through the React-Native tutorials. I began with the Getting Started tutorial, where I made a new react native project and successfully managed to run t
Modify MainActivity like this,
MainActivity
@Override protected String getMainComponentName() { return "Bananas"; // here }