Skip to content

Commit db2e93c

Browse files
fixing error with RNIterableAPI access
1 parent 4fa2162 commit db2e93c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

example/ios/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ if linkage != nil
1616
use_frameworks! :linkage => linkage.to_sym
1717
end
1818

19-
2019
target 'ReactNativeSdkExample' do
2120
config = use_native_modules!
2221

2322
use_react_native!(
2423
:path => config[:reactNativePath],
25-
:hermes_enabled => true,
2624
# An absolute path to your application root.
2725
:app_path => "#{Pod::Config.instance.installation_root}/.."
2826
)

0 commit comments

Comments
 (0)