Skip to content

Commit

Permalink
merged from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Pingou committed Oct 6, 2023
2 parents a6bb593 + 8a2c2aa commit 83a7fe5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
<<<<<<< HEAD
=======

@ReactModule(name = RNCWebViewManagerImpl.NAME)
public class RNCWebViewManager extends SimpleViewManager<RNCWebView>
implements RNCWebViewManagerInterface<RNCWebView> {
>>>>>>> 8a2c2aa93ed15a9dc5cd88e74ab7cb384c9308b5

@ReactModule(name = RNCWebViewManagerImpl.NAME)
public class RNCWebViewManager extends ViewGroupManager<RNCWebViewWrapper>
Expand Down Expand Up @@ -539,6 +546,7 @@ public void clearHistory(RNCWebViewWrapper view) {
// !These will never be called

@Override

protected void addEventEmitters(@NonNull ThemedReactContext reactContext, RNCWebViewWrapper view) {
// Do not register default touch emitter and let WebView implementation handle touches
RNCWebViewClient rncWebViewClient = new RNCWebViewClient();
Expand Down

0 comments on commit 83a7fe5

Please sign in to comment.