Skip to content

Instantly share code, notes, and snippets.

@okwasniewski
Created January 16, 2025 08:20
Show Gist options
  • Save okwasniewski/9981c3cd07c866539cc86cbd2cbe82a0 to your computer and use it in GitHub Desktop.
Save okwasniewski/9981c3cd07c866539cc86cbd2cbe82a0 to your computer and use it in GitHub Desktop.
swift-modular-headers-blog-post-3
target 'MyApp' do
config = use_native_modules!
use_react_native!(
:path => config[:reactNativePath],
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment