sandeepsingh91
Results
2
comments of
sandeepsingh91
I'm facing the same error, below is the code for MainActivity.java ` @Override protected void onStart() { super.onStart(); RNBranchModule.initSession(getIntent().getData(), this); } @Override public void onNewIntent(Intent intent) { super.onNewIntent(intent); setIntent(intent); }`...
@ctabares did you found any solution for this?