Skip to content

Commit 634ea36

Browse files
author
pioner921227
committed
fixes
1 parent 373f9ec commit 634ea36

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
44
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
55

66
Pod::Spec.new do |s|
7-
s.name = "ConfigJsi"
7+
s.name = "ReactNativeConfigJsi"
88
s.version = package["version"]
99
s.summary = package["description"]
1010
s.homepage = package["homepage"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#pragma once
12
#import <React/RCTBridgeModule.h>
23

34
@interface ReactNativeConfigJsi : NSObject <RCTBridgeModule>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#import "ConfigJsi.h"
1+
#pragma once
2+
#import "ReactNativeConfigJSI.h"
23

34
#import <React/RCTBridge+Private.h>
45
#import <React/RCTBridge.h>

0 commit comments

Comments
 (0)