We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcc18d commit f486ddbCopy full SHA for f486ddb
packages/react-native-brownfield/src/expo-config-plugin/template/ios/FrameworkInterface.swift
@@ -1,6 +1,5 @@
1
-// Export helpers from @callstack/react-native-brownfield library
2
-@_exported import ReactBrownfield
3
-@_exported import Brownie
+import Foundation
+import ReactBrownfield
4
5
// Initializes a Bundle instance that points at the framework target.
6
public let ReactNativeBundle = Bundle(for: InternalClassForBundle.self)
0 commit comments