Skip to content

Commit 6e5fda8

Browse files
committed
feat: macos support
1 parent 8947d4e commit 6e5fda8

File tree

12 files changed

+2031
-45
lines changed

12 files changed

+2031
-45
lines changed

example/macos/Podfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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!

0 commit comments

Comments
 (0)