post_install do |installer| installer.pods_project.targets.each do |target| if target.name == "React" target.remove_from_project end end