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 ee7db03 commit 2b552fdCopy full SHA for 2b552fd
.changeset/eight-moons-share.md
@@ -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
@@ -13,7 +13,8 @@ prepare_react_native_project!
13
# dependencies: {
14
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),
15
# ```
16
-flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
+# flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
17
+flipper_config = FlipperConfiguration.disabled
18
19
linkage = ENV['USE_FRAMEWORKS']
20
if linkage != nil
0 commit comments