Skip to content

Commit

Permalink
fix: add missing import to NavViewFragment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed Sep 12, 2024
1 parent db1e63b commit 3d8f48e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import android.view.View;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.facebook.react.bridge.Arguments;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.WritableMap;
import com.facebook.react.uimanager.UIManagerHelper;
Expand Down

0 comments on commit 3d8f48e

Please sign in to comment.