import React in expo modules
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import ExpoModulesCore
|
import ExpoModulesCore
|
||||||
|
import React
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
class SheetView: ExpoView, UISheetPresentationControllerDelegate {
|
class SheetView: ExpoView, UISheetPresentationControllerDelegate {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import ExpoModulesCore
|
import ExpoModulesCore
|
||||||
|
import React
|
||||||
|
|
||||||
// This view will be used as a native component. Make sure to inherit from `ExpoView`
|
// This view will be used as a native component. Make sure to inherit from `ExpoView`
|
||||||
// to apply the proper styling (e.g. border radius and shadows).
|
// to apply the proper styling (e.g. border radius and shadows).
|
||||||
|
|||||||
Reference in New Issue
Block a user