feat: add useVideoPlayer hook

This commit is contained in:
Krzysztof Moch
2025-01-16 09:12:04 +01:00
parent d3c76142df
commit c75be7f08b
9 changed files with 185 additions and 64 deletions
+4
View File
@@ -4,6 +4,10 @@ ws_dir = ws_dir.parent until
ws_dir.expand_path.to_s == '/'
require "#{ws_dir}/node_modules/react-native-test-app/test_app.rb"
ENV['RCT_NEW_ARCH_ENABLED'] = '1'
Pod::UI.puts "Building with RCT_NEW_ARCH_ENABLED = #{ENV['RCT_NEW_ARCH_ENABLED']}..."
workspace 'VideoExample.xcworkspace'
use_test_app!