Skip to content

Commit 08f3fda

Browse files
committed
Fix env variable configuration
1 parent de28e19 commit 08f3fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/blog/2025-06-12-react-native-0.80.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if linkage != nil
130130
use_frameworks! :linkage => linkage.to_sym
131131
end
132132

133-
+ENV[‘`RCT_USE_RN_DEP`’] = ‘1’
133+
+ENV['RCT_USE_RN_DEP'] = '1'
134134

135135
target 'HelloWorld' do
136136
config = use_native_modules!

0 commit comments

Comments
 (0)