Skip to content

Instantly share code, notes, and snippets.

View EKoetsjarjan's full-sized avatar

Edward Koetsjarjan EKoetsjarjan

  • Finalist BV, Rotterdam
  • Rotterdam
  • 13:49 (UTC +02:00)
View GitHub Profile
@EKoetsjarjan
EKoetsjarjan / expo-firebase-recaptcha+2.3.1.patch
Created February 27, 2024 10:01
expo-firebase-recaptcha+2.3.1.patch
diff --git a/node_modules/expo-firebase-recaptcha/build/FirebaseRecaptcha.d.ts b/node_modules/expo-firebase-recaptcha/build/FirebaseRecaptcha.d.ts
index ecf5441..a1f04d9 100644
--- a/node_modules/expo-firebase-recaptcha/build/FirebaseRecaptcha.d.ts
+++ b/node_modules/expo-firebase-recaptcha/build/FirebaseRecaptcha.d.ts
@@ -1,6 +1,6 @@
-import { FirebaseOptions } from 'expo-firebase-core';
-import * as React from 'react';
-import { WebView } from './WebView';
+import * as React from "react";
+import { FirebaseOptions } from "./FirebaseRecaptcha.types";