Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit d4f1118

Browse files
committed
chore: increase version of react-native-reanimated
1 parent 7df7d68 commit d4f1118

File tree

7 files changed

+3501
-2095
lines changed

7 files changed

+3501
-2095
lines changed

example/ios/Podfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
require_relative '../node_modules/react-native/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

4-
platform :ios, '11.0'
4+
platform :ios, '15.6'
55

66
target 'ReactNativeUiComponentsExample' do
77
config = use_native_modules!
88

9-
use_react_native!(:path => config["reactNativePath"])
9+
use_react_native!(:path => config[:reactNativePath])
1010

1111
# Enables Flipper.
1212
#
1313
# Note that if you have use_frameworks! enabled, Flipper will not work and
1414
# you should disable these next few lines.
15-
use_flipper!({ "Flipper-DoubleConversion" => "1.1.7" }) # to fix build error 'duplicate symbol 'folly::detail::str_to_bool(folly::Range<char const*>*)' in:'
1615

17-
post_install do |installer|
18-
flipper_post_install(installer)
19-
end
2016
end

0 commit comments

Comments
 (0)