removed flipper

This commit is contained in:
Viktor Sarström 2021-09-14 13:51:13 +02:00
parent 3c7c5fce02
commit b29b92c28e
1 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,3 @@
IS_CI = ENV['CI']
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
@ -20,9 +17,8 @@ target 'app' do
# Pods for testing
end
# Enables Flipper, do not do it on CI enviroemnts, slows down the entire build on bitrise
if not IS_CI
use_flipper! ( { ... } )
if !ENV['CI']
use_flipper!
end
post_install do |installer|