File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class AppDelegate: ExpoAppDelegate {
44
44
45
45
export const swift_appDelegateExpectedFixture = `import React
46
46
47
- import RNBatch
47
+ import RNBatchPush
48
48
import Expo
49
49
50
50
@UIApplicationMain
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class AppDelegate: ExpoAppDelegate {
19
19
_ application: UIApplication,
20
20
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil
21
21
) -> Bool {` ;
22
- const IMPORT_SWIFT_BATCH = '\n\nimport RNBatch \n' ;
22
+ const IMPORT_SWIFT_BATCH = '\n\nimport RNBatchPush \n' ;
23
23
const REGISTER_SWIFT_BATCH = '\n RNBatch.start()\n' ;
24
24
25
25
export const modifySwiftDelegate = ( contents : string ) : string => {
You can’t perform that action at this time.
0 commit comments