Skip to content

Commit 2b552fd

Browse files
authored
chore: disable Flipper in example app (#170)
* chore: disable Flipper in example app * chore: add changeset
1 parent ee7db03 commit 2b552fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/eight-moons-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-owl': patch
3+
---
4+
5+
Disable Flipper on the example iOS app to allow for faster builds

example/ios/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ prepare_react_native_project!
1313
# dependencies: {
1414
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),
1515
# ```
16-
flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
16+
# flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
17+
flipper_config = FlipperConfiguration.disabled
1718

1819
linkage = ENV['USE_FRAMEWORKS']
1920
if linkage != nil

0 commit comments

Comments
 (0)