Skip to content

Commit

Permalink
fix: iOS imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pwltr committed Dec 3, 2024
1 parent 7d1ca13 commit 24c265d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ PODS:
- React-perflogger (= 0.74.3)
- React-utils (= 0.74.3)
- SocketRocket (0.7.0)
- sodium-react-native-direct (0.4.3):
- sodium-react-native-direct (0.4.4):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1425,9 +1425,9 @@ SPEC CHECKSUMS:
React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
sodium-react-native-direct: 278af5c139db0c44bb941699334e585458c37390
sodium-react-native-direct: 85ef10b5c2186fceb5a54727a9b0869c8c45406c
Yoga: 04f1db30bb810187397fa4c37dd1868a27af229c

PODFILE CHECKSUM: ff72c27e01b515d1188e3f20b5f022e80bd171c9

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
7 changes: 0 additions & 7 deletions ios/SodiumReactNative.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@

#ifdef RCT_NEW_ARCH_ENABLED
#import "RNSodiumReactNativeSpec.h"

@interface SodiumReactNative : NSObject <NativeSodiumReactNativeSpec>
#else
#import <React/RCTBridgeModule.h>

@interface SodiumReactNative : NSObject <RCTBridgeModule>
#endif

@end

0 comments on commit 24c265d

Please sign in to comment.