Skip to content

Commit

Permalink
fix: RNBootSplash not being added to IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
TravellerOnTheRun committed Oct 3, 2023
1 parent 567cb8a commit c942266
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ PODS:
- React-jsi (= 0.70.6)
- React-logger (= 0.70.6)
- React-perflogger (= 0.70.6)
- RNBootSplash (5.0.3):
- React-Core
- RNCAsyncStorage (1.19.0):
- React-Core
- RNCClipboard (1.5.1):
Expand Down Expand Up @@ -591,6 +593,7 @@ DEPENDENCIES:
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- RNBootSplash (from `../node_modules/react-native-bootsplash`)
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- "RNCClipboard (from `../node_modules/@react-native-community/clipboard`)"
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
Expand Down Expand Up @@ -731,6 +734,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
RNBootSplash:
:path: "../node_modules/react-native-bootsplash"
RNCAsyncStorage:
:path: "../node_modules/@react-native-async-storage/async-storage"
RNCClipboard:
Expand Down Expand Up @@ -837,6 +842,7 @@ SPEC CHECKSUMS:
React-RCTVibration: c75ceef7aa60a33b2d5731ebe5800ddde40cefc4
React-runtimeexecutor: 15437b576139df27635400de0599d9844f1ab817
ReactCommon: 349be31adeecffc7986a0de875d7fb0dcf4e251c
RNBootSplash: a496398664e0bd17a6de2845a1c7c73deccb5ae3
RNCAsyncStorage: 4b98ac3c64efa4e35c1197cb0c5ca5e9f5d4c666
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
RNDeviceInfo: 4701f0bf2a06b34654745053db0ce4cb0c53ada7
Expand All @@ -854,6 +860,6 @@ SPEC CHECKSUMS:
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb

PODFILE CHECKSUM: 8b2b9ce9f5d51b70a31f8e58224ff082d614339e
PODFILE CHECKSUM: e1b020c087aad27de326c92dd99568820885b80b

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0

0 comments on commit c942266

Please sign in to comment.