Skip to content

Commit ce38ea4

Browse files
committed
fix: remove exported directive
1 parent 4e246d2 commit ce38ea4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/react-native-brownfield/src/expo-config-plugin/template/ios/FrameworkInterface.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Export helpers from @callstack/react-native-brownfield library
21
import Foundation
3-
@_exported import ReactBrownfield
2+
import ReactBrownfield
43

54
// Initializes a Bundle instance that points at the framework target.
65
public let ReactNativeBundle = Bundle(for: InternalClassForBundle.self)

0 commit comments

Comments
 (0)