Skip to content

Commit

Permalink
Fix compilation issue when using react native 0.62
Browse files Browse the repository at this point in the history
Fixes wix#5933
  • Loading branch information
guyca authored and jinshin1013 committed Feb 24, 2020
1 parent 0c53a41 commit 83d14ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import com.facebook.react.common.LifecycleState;
import com.facebook.react.devsupport.interfaces.DevBundleDownloadListener;
import com.reactnativenavigation.NavigationApplication;
import com.reactnativenavigation.react.DevBundleDownloadListenerAdapter
import com.reactnativenavigation.react.DevBundleDownloadListenerAdapter;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
Expand Down

0 comments on commit 83d14ad

Please sign in to comment.