Skip to content

Commit a486fef

Browse files
niteshbalusu11hsjoberg
authored andcommitted
fix: skip checking for new architecture on iOS
1 parent c8da011 commit a486fef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

react-native-turbo-sqlite.podspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ 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-
if ENV['RCT_NEW_ARCH_ENABLED'] != '1'
8-
raise "[react-native-turbo-sqlite]: This library only works in react-native new architecture."
9-
end
107

118
s.name = "react-native-turbo-sqlite"
129
s.version = package["version"]

0 commit comments

Comments
 (0)