fix: revert BUILD_FROM_SOURCE in Package.swift

This commit is contained in:
Riccardo Cipolleschi
2025-09-09 15:15:13 +01:00
parent c8f081685a
commit 482dda6009
+1 -1
View File
@@ -9,7 +9,7 @@
import PackageDescription
import Foundation
let BUILD_FROM_SOURCE = true
let BUILD_FROM_SOURCE = false
/**
This is the `Package.swift` file that allows to build React Native core using Swift PM.