79608054

Date: 2025-05-06 06:01:46
Score: 1.5
Natty:
Report link

target 'your_project_target' do config = use_native_modules! IS_CI = ENV['APPCENTER_BUILD_ID']

use_react_native!( :path => config[:reactNativePath], :hermes_enabled => false )

Replace this:

target 'your_project_target' do config = use_native_modules! react_native_path = '../node_modules/react-native' react_native_path = config[:reactNativePath] if config && config[:reactNativePath]

IS_CI = ENV['APPCENTER_BUILD_ID'] != nil

use_react_native!( :path => react_native_path, :hermes_enabled => false )

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Deepak Dutta