Skip to content

Commit

Permalink
feat: return config from the Ruby function (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou authored Apr 9, 2020
1 parent dca351d commit c8bfdc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/platform-ios/native_modules.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8bfdc6

Please sign in to comment.