Skip to content

Commit

Permalink
Revert "Re-enable Piratechain on iOS"
Browse files Browse the repository at this point in the history
This reverts commit 1041e5a.
  • Loading branch information
peachbits committed Oct 11, 2024
1 parent 3c1f8ec commit 26e5831
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 162 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
## 4.15.0

- added: Add Maya Protocol
- added: Re-enable Piratechain on iOS
- added: Battery Saver warning message for Android
- added: Buy conversion tracking for Moonpay
- added: Buy conversion tracking for Paybis
Expand Down
9 changes: 0 additions & 9 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@ PODS:
- React-Core
- react-native-performance (5.1.2):
- React-Core
- react-native-piratechain (0.5.2):
- gRPC-Swift (~> 1.8)
- MnemonicSwift (~> 2.2)
- React-Core
- SQLite.swift/standalone (~> 0.14)
- react-native-safari-view (1.0.0):
- React
- react-native-safe-area-context (4.10.1):
Expand Down Expand Up @@ -795,7 +790,6 @@ DEPENDENCIES:
- react-native-mymonero-core (from `../node_modules/react-native-mymonero-core`)
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
- react-native-performance (from `../node_modules/react-native-performance`)
- react-native-piratechain (from `../node_modules/react-native-piratechain`)
- react-native-safari-view (from `../node_modules/react-native-safari-view`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- react-native-webview (from `../node_modules/react-native-webview`)
Expand Down Expand Up @@ -983,8 +977,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/@react-native-community/netinfo"
react-native-performance:
:path: "../node_modules/react-native-performance"
react-native-piratechain:
:path: "../node_modules/react-native-piratechain"
react-native-safari-view:
:path: "../node_modules/react-native-safari-view"
react-native-safe-area-context:
Expand Down Expand Up @@ -1146,7 +1138,6 @@ SPEC CHECKSUMS:
react-native-mymonero-core: 780bf854f27a0a905bcef5e7757d2de0a15b4408
react-native-netinfo: 5b664b2945a8f02102b296f0f812bddd6827ed9c
react-native-performance: ff93f8af3b2ee9519fd7879896aa9b8b8272691d
react-native-piratechain: 550437bcf4b9c4eb17fe4ba9fff572c7098bf998
react-native-safari-view: 955d7160d159241b8e9395d12d10ea0ef863dcdd
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
react-native-webview: fa228e55c53372c2b361d2fa5e415844fa83eabf
Expand Down
151 changes: 0 additions & 151 deletions patches/react-native-piratechain+0.5.1.patch

This file was deleted.

5 changes: 5 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module.exports = {
dependencies: {
'react-native-piratechain': {
platforms: {
ios: null
}
},
'react-native-custom-tabs': {
platforms: {
ios: null
Expand Down
2 changes: 1 addition & 1 deletion src/constants/WalletAndCurrencyConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ export const SPECIAL_CURRENCY_INFO: {
dummyPublicAddress: 'zs1ps48sm9yusglfd2y28e7uhfkxfljy38papy00lzdmcdmctczx2hmvchcfjvp3n68zr2tu732y8k',
noChangeMiningFee: true,
isImportKeySupported: true,
keysOnlyMode: Platform.OS === 'android' && Platform.constants.Version < 28,
keysOnlyMode: Platform.OS === 'android' ? Platform.constants.Version < 28 : Platform.OS === 'ios',
importKeyOptions: [
{
optionName: 'birthdayHeight',
Expand Down

0 comments on commit 26e5831

Please sign in to comment.