Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2395,27 +2395,6 @@ PODS:
- React-logger (= 0.76.3)
- React-perflogger (= 0.76.3)
- React-utils (= 0.76.3)
- ReactNativeHybridApp (0.0.0):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNAppleAuthentication (2.2.2):
- React-Core
- RNCClipboard (1.15.0):
Expand Down Expand Up @@ -2984,7 +2963,6 @@ DEPENDENCIES:
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
- ReactCodegen (from `build/generated/ios`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "ReactNativeHybridApp (from `../node_modules/@expensify/react-native-hybrid-app`)"
- "RNAppleAuthentication (from `../node_modules/@invertase/react-native-apple-authentication`)"
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
- "RNCPicker (from `../node_modules/@react-native-picker/picker`)"
Expand Down Expand Up @@ -3255,8 +3233,6 @@ EXTERNAL SOURCES:
:path: build/generated/ios
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
ReactNativeHybridApp:
:path: "../node_modules/@expensify/react-native-hybrid-app"
RNAppleAuthentication:
:path: "../node_modules/@invertase/react-native-apple-authentication"
RNCClipboard:
Expand Down Expand Up @@ -3445,7 +3421,6 @@ SPEC CHECKSUMS:
React-utils: 2bcaf4f4dfe361344bce2fae428603d518488630
ReactCodegen: ae99a130606068ed40d1d9c0d5f25fda142a0647
ReactCommon: 89c87b343deacc8610b099ac764848f0ce937e3e
ReactNativeHybridApp: 18cab0d029f08d51391a07c5c2c7872287544485
RNAppleAuthentication: 0571c08da8c327ae2afc0261b48b4a515b0286a6
RNCClipboard: 8212ca9e8370d0e23bfb7f5a591380da5a63456d
RNCPicker: b978067931744f5a7316b48b8dcf145d4d722672
Expand Down
7 changes: 0 additions & 7 deletions jest/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ jest.mock('../modules/background-task/src/NativeReactNativeBackgroundTask', () =
onBackgroundTaskExecution: jest.fn(),
}));

jest.mock('../modules/hybrid-app/src/NativeReactNativeHybridApp', () => ({
isHybridApp: jest.fn(),
closeReactNativeApp: jest.fn(),
completeOnboarding: jest.fn(),
switchAccount: jest.fn(),
}));

// This makes FlatList render synchronously for easier testing.
jest.mock(
'@react-native/virtualized-lists/Interaction/Batchinator',
Expand Down
22 changes: 0 additions & 22 deletions modules/hybrid-app/ReactNativeHybridApp.podspec

This file was deleted.

82 changes: 0 additions & 82 deletions modules/hybrid-app/android/build.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions modules/hybrid-app/android/gradle.properties

This file was deleted.

3 changes: 0 additions & 3 deletions modules/hybrid-app/android/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions modules/hybrid-app/ios/ReactNativeHybridApp.h

This file was deleted.

29 changes: 0 additions & 29 deletions modules/hybrid-app/ios/ReactNativeHybridApp.mm

This file was deleted.

19 changes: 0 additions & 19 deletions modules/hybrid-app/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions modules/hybrid-app/react-native.config.js

This file was deleted.

12 changes: 0 additions & 12 deletions modules/hybrid-app/src/NativeReactNativeHybridApp.ts

This file was deleted.

19 changes: 0 additions & 19 deletions modules/hybrid-app/src/index.native.ts

This file was deleted.

19 changes: 0 additions & 19 deletions modules/hybrid-app/src/index.ts

This file was deleted.

8 changes: 0 additions & 8 deletions modules/hybrid-app/src/types.ts

This file was deleted.

Loading
Loading