ниже в файле Pod < /p>
Код: Выделить всё
source 'https://github.com/CocoaPods/Specs.git'
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/react-native-unimodules/cocoapods.rb'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
platform :ios, '14.0'
use_frameworks! :linkage => :static
use_modular_headers!
install! 'cocoapods', :disable_input_output_paths => true
target 'myProject' do
use_unimodules!
config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])
end
Подробнее здесь: https://stackoverflow.com/questions/796 ... ng-ios-app
Мобильная версия