Skip to content

Commit f486ddb

Browse files
authored
fix(ios): remove brownie and react brownfield exported directives (#240)
* fix(ios): remove brownie exported import * fix: remove exported directive
1 parent cbcc18d commit f486ddb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Export helpers from @callstack/react-native-brownfield library
2-
@_exported import ReactBrownfield
3-
@_exported import Brownie
1+
import Foundation
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)