Skip to content

Commit

Permalink
feat: macos support
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Dec 3, 2024
1 parent eda6b67 commit a441e9d
Show file tree
Hide file tree
Showing 20 changed files with 2,217 additions and 137 deletions.
13 changes: 13 additions & 0 deletions apps/example/macos/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ws_dir = Pathname.new(__dir__)
ws_dir = ws_dir.parent until
File.exist?("#{ws_dir}/node_modules/react-native-test-app/macos/test_app.rb") ||
ws_dir.expand_path.to_s == '/'
require "#{ws_dir}/node_modules/react-native-test-app/macos/test_app.rb"

workspace 'ReactNativeBottomTabs.xcworkspace'

use_test_app! do |test_app|
# Workaround for not using use_frameworks! in the Podfile
pod 'SDWebImage', :modular_headers => true
pod 'SDWebImageSVGCoder', :modular_headers => true
end
Loading

0 comments on commit a441e9d

Please sign in to comment.