Skip to content

Commit d4b129a

Browse files
committed
feat: drop sdwebimage, implement svg decoder
1 parent 6f87ff1 commit d4b129a

File tree

13 files changed

+573
-1288
lines changed

13 files changed

+573
-1288
lines changed

apps/example/ios/Podfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
plugin 'cocoapods-swift-modular-headers'
1+
ENV['RCT_NEW_ARCH_ENABLED'] = '1'
2+
ENV['RCT_USE_RN_DEP'] = '1'
23

34
ws_dir = Pathname.new(__dir__)
45
ws_dir = ws_dir.parent until
@@ -8,6 +9,4 @@ require "#{ws_dir}/node_modules/react-native-test-app/test_app.rb"
89

910
workspace 'ReactNativeBottomTabsExample.xcworkspace'
1011

11-
apply_modular_headers_for_swift_dependencies()
12-
1312
use_test_app! :hermes_enabled => true, :fabric_enabled => true

0 commit comments

Comments
 (0)