Skip to content

Commit

Permalink
remove use of bridging header as it is unnecessary (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorner authored May 6, 2024
1 parent e43f64b commit 2d695f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1293,4 +1293,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 0e407541ff1ee21b7523ee07872995a2aef2eb30

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2
1 change: 0 additions & 1 deletion ios/RecaptchaEnterpriseReactNative-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@

#import <React/RCTBridgeModule.h>
#import <React/RCTViewManager.h>
#import <RecaptchaEnterprise/RecaptchaEnterprise.h>
2 changes: 2 additions & 0 deletions ios/RecaptchaEnterpriseReactNative.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import RecaptchaEnterprise

@objc(RecaptchaEnterpriseReactNative)
class RecaptchaEnterpriseReactNative: NSObject {
var recaptchaClient: RecaptchaClient?
Expand Down

0 comments on commit 2d695f7

Please sign in to comment.