Skip to content

Commit

Permalink
Update deps, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Dec 4, 2023
1 parent b97403c commit 904b2b8
Show file tree
Hide file tree
Showing 18 changed files with 172 additions and 185 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module.exports = {
rules: {
semi: ["error", "always"],
quotes: ["error", "double"],
"prettier/prettier": "error"
"prettier/prettier": "error",
"react-native/no-inline-styles": "off",
"react/no-unstable-nested-components": "off"
}
};
10 changes: 8 additions & 2 deletions ios/Buttercup.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,10 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited) ";
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
Expand Down Expand Up @@ -1065,7 +1068,10 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = "$(inherited) ";
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
Expand Down
54 changes: 15 additions & 39 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ PODS:
- React-Core
- react-native-randombytes (3.6.1):
- React-Core
- react-native-safe-area-context (4.7.1):
- react-native-safe-area-context (4.7.4):
- React-Core
- react-native-slider (4.4.3):
- React-Core
Expand Down Expand Up @@ -499,48 +499,24 @@ PODS:
- ReactNativeFileAccess (3.0.4):
- React-Core
- ZIPFoundation (= 0.9.11)
- RNCAsyncStorage (1.19.3):
- RNCAsyncStorage (1.21.0):
- React-Core
- RNCClipboard (1.11.2):
- RNCClipboard (1.12.1):
- React-Core
- RNCMaskedView (0.1.11):
- React
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.12.1):
- RNGestureHandler (2.14.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNReanimated (3.4.2):
- DoubleConversion
- FBLazyVector
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-callinvoker
- RNReanimated (3.6.1):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTAppDelegate
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.25.0):
- RNScreens (3.27.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- React-RCTImage
- RNSVG (13.13.0):
- React-Core
- SocketRocket (0.6.1)
Expand Down Expand Up @@ -797,7 +773,7 @@ SPEC CHECKSUMS:
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
react-native-encrypted-storage: db300a3f2f0aba1e818417c1c0a6be549038deb7
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
react-native-safe-area-context: 9697629f7b2cda43cf52169bb7e0767d330648c2
react-native-safe-area-context: 2cd91d532de12acdb0a9cbc8d43ac72a8e4c897c
react-native-slider: 1cdd6ba29675df21f30544253bf7351d3c2d68c4
React-NativeModulesApple: 4f31a812364443cee6ef768d256c594ad3b20f53
React-perflogger: 3d501f34c8d4b10cb75f348e43591765788525ad
Expand All @@ -817,13 +793,13 @@ SPEC CHECKSUMS:
React-utils: 0a70ea97d4e2749f336b450c082905be1d389435
ReactCommon: e593d19c9e271a6da4d0bd7f13b28cfeae5d164b
ReactNativeFileAccess: 4530e3be4d5069454c6c6389096d8cb78c897f2c
RNCAsyncStorage: c913ede1fa163a71cea118ed4670bbaaa4b511bb
RNCClipboard: 3f0451a8100393908bea5c5c5b16f96d45f30bfc
RNCAsyncStorage: 618d03a5f52fbccb3d7010076bc54712844c18ef
RNCClipboard: d77213bfa269013bf4b857b7a9ca37ee062d8ef1
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: c0d04458598fcb26052494ae23dda8f8f5162b13
RNReanimated: 726395a2fa2f04cea340274ba57a4e659bc0d9c1
RNScreens: 85d3880b52d34db7b8eeebe2f1a0e807c05e69fa
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNReanimated: fdbaa9c964bbab7fac50c90862b6cc5f041679b9
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
RNSVG: ed492aaf3af9ca01bc945f7a149d76d62e73ec82
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
TouchID: ba4c656d849cceabc2e4eef722dea5e55959ecf4
Expand Down
Loading

0 comments on commit 904b2b8

Please sign in to comment.