We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221a3a5 commit ed49871Copy full SHA for ed49871
example/ios/Podfile
@@ -28,6 +28,16 @@ target 'IosContextMenuExample' do
28
# Pods for testing
29
end
30
31
+ pre_install do |installer|
32
+ installer.pod_targets.each do |pod|
33
+ if pod.name.eql?('RNReanimated')
34
+ def pod.build_type
35
+ Pod::BuildType.static_library
36
+ end
37
38
39
40
+
41
post_install do |installer|
42
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
43
react_native_post_install(
0 commit comments