Skip to content

Commit a441e9d

Browse files
committed
feat: macos support
1 parent eda6b67 commit a441e9d

20 files changed

+2217
-137
lines changed

apps/example/macos/Podfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
ws_dir = Pathname.new(__dir__)
2+
ws_dir = ws_dir.parent until
3+
File.exist?("#{ws_dir}/node_modules/react-native-test-app/macos/test_app.rb") ||
4+
ws_dir.expand_path.to_s == '/'
5+
require "#{ws_dir}/node_modules/react-native-test-app/macos/test_app.rb"
6+
7+
workspace 'ReactNativeBottomTabs.xcworkspace'
8+
9+
use_test_app! do |test_app|
10+
# Workaround for not using use_frameworks! in the Podfile
11+
pod 'SDWebImage', :modular_headers => true
12+
pod 'SDWebImageSVGCoder', :modular_headers => true
13+
end

0 commit comments

Comments
 (0)