Skip to content

Commit e6f4a7b

Browse files
committed
Opt into prebuilds of React Native dependencies
1 parent 86ff582 commit e6f4a7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/test-app/ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Opt into prebuilds of RN dependencies
2+
ENV['RCT_USE_RN_DEP'] = ENV['RCT_USE_RN_DEP'] || '1'
3+
14
ws_dir = Pathname.new(__dir__)
25
ws_dir = ws_dir.parent until
36
File.exist?("#{ws_dir}/node_modules/react-native-test-app/test_app.rb") ||

0 commit comments

Comments
 (0)