import React in expo modules

This commit is contained in:
Samuel Newman
2025-09-11 14:33:50 +03:00
parent 56e94d8636
commit 7bc8a0303b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
import ExpoModulesCore
import React
import UIKit
class SheetView: ExpoView, UISheetPresentationControllerDelegate {
@@ -1,4 +1,5 @@
import ExpoModulesCore
import React
// 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).