Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Pingou committed Oct 6, 2023
1 parent 83a7fe5 commit a9ffdf6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Map;
import java.util.HashMap;

public class RNCWebViewManager extends ViewGroupManager<RNCWebViewWrapper> {

Expand Down

0 comments on commit a9ffdf6

Please sign in to comment.