From c8bfdc690d501c149a8c9f57a064069a28d19537 Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Thu, 9 Apr 2020 17:15:57 +0200 Subject: [PATCH] feat: return config from the Ruby function (#1107) --- packages/platform-ios/native_modules.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/platform-ios/native_modules.rb b/packages/platform-ios/native_modules.rb index 8273e2414..6d4557001 100644 --- a/packages/platform-ios/native_modules.rb +++ b/packages/platform-ios/native_modules.rb @@ -103,6 +103,8 @@ def use_native_modules!(config = nil) pods = found_pods.map { |p| p.name }.sort.to_sentence Pod::UI.puts "Detected React Native module #{"pod".pluralize(found_pods.size)} for #{pods}" end + + config end # You can run the tests for this file by running: