React Native iOS app crashes on launch with error: didFinishLaunchingWithOptions

Suddenly after a recent release my app started crashing on launch. The crash is not related to changes that was made to app, because even reverting changes won’t help.
here is the stacktrace:

Last Exception Backtrace:
0   CoreFoundation                      0x7ff8004cd521 __exceptionPreprocess + 226
1   libobjc.A.dylib                     0x7ff8000837e8 objc_exception_throw + 48
2   CoreFoundation                      0x7ff8004cd40f -[NSException initWithCoder:] + 0
3   Dreamhome                              0x104d048f4 -[RCTAppDelegate bundleURL] + 52
4   Dreamhome                              0x1043d7091 -[EXAppDelegateWrapper createRCTRootViewFactory] + 65
5   Dreamhome                              0x104d039af -[RCTAppDelegate application:didFinishLaunchingWithOptions:] + 223
6   Dreamhome                              0x1043d6f20 -[EXAppDelegateWrapper application:didFinishLaunchingWithOptions:] + 112
7   Dreamhome                              0x10423df9f -[AppDelegate application:didFinishLaunchingWithOptions:] + 207
8   UIKitCore                           0x7ff805cbc5bb -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 297
9   UIKitCore                           0x7ff805cbe320 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 4253
10  UIKitCore                           0x7ff805cc3ea3 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1241
11  UIKitCore                           0x7ff804fe2661 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 122
12  UIKitCore                           0x7ff8056d7e45 _UIScenePerformActionsWithLifecycleActionMask + 87
13  UIKitCore                           0x7ff804fe31bf __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 198
14  UIKitCore                           0x7ff804fe2c20 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 249
15  UIKitCore                           0x7ff804fe3008 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 813
16  UIKitCore                           0x7ff804fe2834 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 341
17  UIKitCore                           0x7ff804fefe25 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 174
18  UIKitCore                           0x7ff805584484 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 865
19  UIKitCore                           0x7ff8056f64c3 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 261
20  UIKitCore                           0x7ff804fefab4 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 347
21  UIKitCore                           0x7ff804dc04db __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.613 + 877
22  UIKitCore                           0x7ff804dbee90 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 245
23  UIKitCore                           0x7ff804dc0043 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 252
24  UIKitCore                           0x7ff805cc26e3 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 672
25  UIKitCore                           0x7ff8055b9925 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 353
26  FrontBoardServices                  0x7ff807a16db4 -[FBSScene _callOutQueue_didCreateWithTransitionContext:completion:] + 406
27  FrontBoardServices                  0x7ff807a4aa0b __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke.254 + 279
28  FrontBoardServices                  0x7ff807a26a78 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 213
29  FrontBoardServices                  0x7ff807a4a705 __92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]_block_invoke + 328
30  libdispatch.dylib                   0x7ff8001796d8 _dispatch_client_callout + 8
31  libdispatch.dylib                   0x7ff80017d1e2 _dispatch_block_invoke_direct + 508
32  FrontBoardServices                  0x7ff807a7635f __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 30
33  FrontBoardServices                  0x7ff807a76239 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 188
34  FrontBoardServices                  0x7ff807a76387 -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 19
35  CoreFoundation                      0x7ff800429fb3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
36  CoreFoundation                      0x7ff800429ef5 __CFRunLoopDoSource0 + 157
37  CoreFoundation                      0x7ff8004296f2 __CFRunLoopDoSources0 + 215
38  CoreFoundation                      0x7ff800423e27 __CFRunLoopRun + 919
39  CoreFoundation                      0x7ff8004236ad CFRunLoopRunSpecific + 557
40  GraphicsServices                    0x7ff8103da08f GSEventRunModal + 137
41  UIKitCore                           0x7ff805cc0ad1 -[UIApplication _run] + 972
42  UIKitCore                           0x7ff805cc5551 UIApplicationMain + 123
43  Dreamhome                              0x10423e6d0 main + 96
44  dyld_sim                               0x1077023e0 start_sim + 10
45  dyld                                   0x10c4ac366 start + 1942

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                 0x10779a14a __pthread_kill + 10
1   libsystem_pthread.dylib                0x108107ebd pthread_kill + 262
2   libsystem_c.dylib                   0x7ff80016ddbc __abort + 145
3   libsystem_c.dylib                   0x7ff80016dd2b abort + 148
4   libc++abi.dylib                     0x7ff8002c6cf2 abort_message + 241
5   libc++abi.dylib                     0x7ff8002b94fa demangling_terminate_handler() + 266
6   libobjc.A.dylib                     0x7ff800061fba _objc_terminate() + 96
7   Dreamhome                              0x104531055 FIRCLSTerminateHandler() + 325
8   libc++abi.dylib                     0x7ff8002c614b std::__terminate(void (*)()) + 6
9   libc++abi.dylib                     0x7ff8002c6106 std::terminate() + 54
10  libdispatch.dylib                   0x7ff8001796ec _dispatch_client_callout + 28
11  libdispatch.dylib                   0x7ff80017d1e2 _dispatch_block_invoke_direct + 508
12  FrontBoardServices                  0x7ff807a7635f __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 30
13  FrontBoardServices                  0x7ff807a76239 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 188
14  FrontBoardServices                  0x7ff807a76387 -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 19
15  CoreFoundation                      0x7ff800429fb3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
16  CoreFoundation                      0x7ff800429ef5 __CFRunLoopDoSource0 + 157
17  CoreFoundation                      0x7ff8004296f2 __CFRunLoopDoSources0 + 215
18  CoreFoundation                      0x7ff800423e27 __CFRunLoopRun + 919
19  CoreFoundation                      0x7ff8004236ad CFRunLoopRunSpecific + 557
20  GraphicsServices                    0x7ff8103da08f GSEventRunModal + 137
21  UIKitCore                           0x7ff805cc0ad1 -[UIApplication _run] + 972
22  UIKitCore                           0x7ff805cc5551 UIApplicationMain + 123
23  Dreamhome                              0x10423e6d0 main + 96
24  dyld_sim                               0x1077023e0 start_sim + 10
25  dyld                                   0x10c4ac366 start + 1942

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật