Skip to content

Instantly share code, notes, and snippets.

@ericlewis
Created June 3, 2019 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericlewis/01dbd9ade484c7e0cce1b20b8b2a8d4a to your computer and use it in GitHub Desktop.
Save ericlewis/01dbd9ade484c7e0cce1b20b8b2a8d4a to your computer and use it in GitHub Desktop.
platform :ios, '12.0'
require_relative '../node_modules/react-native/scripts/autolink-ios'
def common_pods
use_react_native!
end
target 'proj' do
common_pods
target 'proj-tests' do
common_pods
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment