diff --git a/website/blog/2025-06-12-react-native-0.80.md b/website/blog/2025-06-12-react-native-0.80.md index 01b6c75c9cc..c532f98359f 100644 --- a/website/blog/2025-06-12-react-native-0.80.md +++ b/website/blog/2025-06-12-react-native-0.80.md @@ -130,7 +130,7 @@ if linkage != nil use_frameworks! :linkage => linkage.to_sym end -+ENV[‘`RCT_USE_RN_DEP`’] = ‘1’ ++ENV['RCT_USE_RN_DEP'] = '1' target 'HelloWorld' do config = use_native_modules!