feat: renamed with react-native-rename

This commit is contained in:
yungblud
2023-05-08 18:53:00 +09:00
parent 0ca348f4b5
commit 805ccb9f47
26 changed files with 124 additions and 122 deletions

View File

@@ -4,7 +4,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
platform :ios, '12.4'
install! 'cocoapods', :deterministic_uuids => false
target 'LaftelVideo' do
target 'FabricExample' do
config = use_native_modules!
# Flags change depending on the env values.
@@ -26,7 +26,7 @@ target 'LaftelVideo' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
target 'LaftelVideoTests' do
target 'FabricExampleTests' do
inherit! :complete
# Pods for testing
end