From 08f3fda287e8f64542de06f822fb37540d720d65 Mon Sep 17 00:00:00 2001 From: woxtu Date: Tue, 12 Aug 2025 20:21:05 +0900 Subject: [PATCH] Fix env variable configuration --- website/blog/2025-06-12-react-native-0.80.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!