Closed viveksatasiya closed 9 years ago
You forgot change extend block in your application activity class from FragmentActivity, not from Activity. Add this line at top of MainActivity.java: import android.support.v4.app.FragmentActivity; And replace extends to: public class MainActivity extends FragmentActivity
sorry it was my mistake. I forgot to add dependency. Thanks a lot.
When I try to run sudo react-native run-android command after adding all dependancies to project, I get following error:
What I am missing?? Please hele me. Thanks