Skip to content

Commit 9858927

Browse files
authored
Fix env variable configuration in 0.80 release blog post (#4723)
1 parent de28e19 commit 9858927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)