Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
solve minimum pod version for example app, install no flipper by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Jul 25, 2023
1 parent 5c21c54 commit 67f783a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, min_ios_version_supported
platform :ios, [min_ios_version_supported.to_f, 13.0].max.to_s
prepare_react_native_project!

# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set.
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,6 @@ SPEC CHECKSUMS:
WaasSdk: d0960d5480ffb6aaf83224a4f02d22da3d76c217
Yoga: 5ed1699acbba8863755998a4245daa200ff3817b

PODFILE CHECKSUM: 6b577ca6d5d7155d9d4a662948614fd09bd670b9
PODFILE CHECKSUM: 1a09ea5037ead0e34eed71ab7eb81bf44f72b83a

COCOAPODS: 1.12.0
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "pod-install --quiet"
"pods": "NO_FLIPPER=1 pod-install --quiet"
},
"dependencies": {
"@react-native-clipboard/clipboard": "^1.11.0",
Expand Down

0 comments on commit 67f783a

Please sign in to comment.