Skip to content

Commit

Permalink
(0.71.4) IOS Fixes
Browse files Browse the repository at this point in the history
refactor to use latest react-native-config library

add tsconfig & remove flowconfig

upgrade `react-native-redash` to `18.1.0`
  • Loading branch information
siddarthkay committed Mar 22, 2023
1 parent 8439c20 commit 3f61907
Show file tree
Hide file tree
Showing 11 changed files with 158 additions and 252 deletions.
95 changes: 0 additions & 95 deletions .flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ abstract_target 'Status' do
end

pod 'react-native-image-resizer', :path => '../node_modules/react-native-image-resizer'
pod 'react-native-config', :path => '../node_modules/react-native-config'

pod 'SQLCipher', '~>3.0'
pod 'SSZipArchive', '2.4.3'
Expand Down
16 changes: 4 additions & 12 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ PODS:
- React
- react-native-cameraroll (4.0.4):
- React-Core
- react-native-config (1.4.2):
- react-native-config/App (= 1.4.2)
- react-native-config/App (1.4.2):
- React-Core
- react-native-image-resizer (1.2.3):
- React
- react-native-lottie-splash-screen (1.0.1):
Expand Down Expand Up @@ -387,7 +383,7 @@ PODS:
- React-Core
- React-RCTImage
- React-RCTText
- RNCAsyncStorage (1.17.9):
- RNCAsyncStorage (1.17.12):
- React-Core
- RNCClipboard (1.2.2):
- React
Expand Down Expand Up @@ -501,7 +497,6 @@ DEPENDENCIES:
- "react-native-blur (from `../node_modules/@react-native-community/blur`)"
- react-native-camera-kit (from `../node_modules/react-native-camera-kit`)
- "react-native-cameraroll (from `../node_modules/@react-native-community/cameraroll`)"
- react-native-config (from `../node_modules/react-native-config`)
- react-native-image-resizer (from `../node_modules/react-native-image-resizer`)
- react-native-lottie-splash-screen (from `../node_modules/react-native-lottie-splash-screen`)
- react-native-mail (from `../node_modules/react-native-mail`)
Expand Down Expand Up @@ -620,8 +615,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-camera-kit"
react-native-cameraroll:
:path: "../node_modules/@react-native-community/cameraroll"
react-native-config:
:path: "../node_modules/react-native-config"
react-native-image-resizer:
:path: "../node_modules/react-native-image-resizer"
react-native-lottie-splash-screen:
Expand Down Expand Up @@ -733,7 +726,7 @@ SPEC CHECKSUMS:
FBLazyVector: 446e84642979fff0ba57f3c804c2228a473aeac2
FBReactNativeSpec: 241709e132e3bf1526c1c4f00bc5384dd39dfba9
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 0ebfc6e38ecdbe9bd15a6be5f9489808fb7368ec
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
Keycard: ac6df4d91525c3c82635ac24d4ddd9a80aca5fc8
libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
Expand All @@ -758,7 +751,6 @@ SPEC CHECKSUMS:
react-native-blur: 50c9feabacbc5f49b61337ebc32192c6be7ec3c3
react-native-camera-kit: 498a6d111a904834e0824e9073cfadef7303235f
react-native-cameraroll: 88f4e62d9ecd0e1f253abe4f685474f2ea14bfa2
react-native-config: c98128a72bc2c3a1ca72caec0b021f0fa944aa29
react-native-image-resizer: 2f1577efa3bc762597681f530c8e8d05ce0ceeb3
react-native-lottie-splash-screen: 068688c15dd478301fda00f8d87d7fb7d5b9a93e
react-native-mail: 8fdcd3aef007c33a6877a18eb4cf7447a1d4ce4a
Expand Down Expand Up @@ -786,7 +778,7 @@ SPEC CHECKSUMS:
ReactCommon: 1fed1243105330aa50ad7051207b61656f5e570b
ReactNativeAudioToolkit: de9610f323e855ac6574be8c99621f3d57c5df06
ReactNativeNavigation: c3e1e813b46d4c7219949cfbb67feb90b8315058
RNCAsyncStorage: b2489b49e38c85e10ed45a888d13a2a4c7b32ea1
RNCAsyncStorage: 09fc8595e6d6f6d5abf16b23a56b257d9c6b7c5b
RNCClipboard: 8148e21ac347c51fd6cd4b683389094c216bb543
RNCMaskedView: 71fc32d971f03b7f03d6ab6b86b730c4ee64f5b6
RNCPushNotificationIOS: c145c6253ea016e5efeff604f2720736b4a596f7
Expand All @@ -811,6 +803,6 @@ SPEC CHECKSUMS:
TouchID: ba4c656d849cceabc2e4eef722dea5e55959ecf4
Yoga: 79dd7410de6f8ad73a77c868d3d368843f0c93e0

PODFILE CHECKSUM: 779ffb6a85f2ff391cde09af53de4083bed4b8d6
PODFILE CHECKSUM: 5dc75767e39e8386ae75c91ffb3353db007dbce3

COCOAPODS: 1.12.0
Loading

0 comments on commit 3f61907

Please sign in to comment.