mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-13 03:23:57 +00:00
10 lines
290 B
Ruby
10 lines
290 B
Ruby
ws_dir = Pathname.new(__dir__)
|
|
ws_dir = ws_dir.parent until
|
|
File.exist?("#{ws_dir}/node_modules/react-native-test-app/test_app.rb") ||
|
|
ws_dir.expand_path.to_s == '/'
|
|
require "#{ws_dir}/node_modules/react-native-test-app/test_app.rb"
|
|
|
|
workspace 'VideoExample.xcworkspace'
|
|
|
|
use_test_app!
|