Skip to content

Commit c8bfdc6

Browse files
authored
feat: return config from the Ruby function (#1107)
1 parent dca351d commit c8bfdc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/platform-ios/native_modules.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ def use_native_modules!(config = nil)
103103
pods = found_pods.map { |p| p.name }.sort.to_sentence
104104
Pod::UI.puts "Detected React Native module #{"pod".pluralize(found_pods.size)} for #{pods}"
105105
end
106+
107+
config
106108
end
107109

108110
# You can run the tests for this file by running:

0 commit comments

Comments
 (0)