Skip to content

Commit

Permalink
fix: android root - fastlane (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Jun 7, 2023
1 parent 0aabf96 commit 7375602
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions apps/wallet-mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.android.build.OutputFile
react {
/* Folders */
// The root of your project, i.e. where "package.json" lives. Default is '..'
root = file("../../../../")
root = file("../../")
// The folder where the react-native NPM package is. Default is ../node_modules/react-native
reactNativeDir = file("../../../../node_modules/react-native")
// The folder where the react-native Codegen package is. Default is ../node_modules/react-native-codegen
Expand Down Expand Up @@ -40,15 +40,15 @@ react {
// bundleAssetName = "MyApplication.android.bundle"
//
// The entry file for bundle generation. Default is 'index.android.js' or 'index.js'
// entryFile = file("../js/MyApplication.android.js")
entryFile = file("../../index.js")
//
// A list of extra flags to pass to the 'bundle' commands.
// See https://github.com/react-native-community/cli/blob/main/docs/commands.md#bundle
// extraPackagerArgs = []

/* Hermes Commands */
// The hermes compiler command to run. By default it is 'hermesc'
// hermesCommand = "$rootDir/my-custom-hermesc/bin/hermesc"
hermesCommand = file("../../../../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc").toString()
//
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
// hermesFlags = ["-O", "-output-source-map"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,164 +4,164 @@
"defaultMessage": "!!!NFT Details",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 269,
"line": 272,
"column": 9,
"index": 7304
"index": 7552
},
"end": {
"line": 272,
"line": 275,
"column": 3,
"index": 7375
"index": 7623
}
},
{
"id": "nft.detail.overview",
"defaultMessage": "!!!Overview",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 273,
"line": 276,
"column": 12,
"index": 7389
"index": 7637
},
"end": {
"line": 276,
"line": 279,
"column": 3,
"index": 7460
"index": 7708
}
},
{
"id": "nft.detail.metadata",
"defaultMessage": "!!!Metadata",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 277,
"line": 280,
"column": 12,
"index": 7474
"index": 7722
},
"end": {
"line": 280,
"line": 283,
"column": 3,
"index": 7545
"index": 7793
}
},
{
"id": "nft.detail.nftName",
"defaultMessage": "!!!NFT Name",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 281,
"line": 284,
"column": 11,
"index": 7558
"index": 7806
},
"end": {
"line": 284,
"line": 287,
"column": 3,
"index": 7628
"index": 7876
}
},
{
"id": "nft.detail.createdAt",
"defaultMessage": "!!!Created",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 285,
"line": 288,
"column": 13,
"index": 7643
"index": 7891
},
"end": {
"line": 288,
"line": 291,
"column": 3,
"index": 7714
"index": 7962
}
},
{
"id": "nft.detail.description",
"defaultMessage": "!!!Description",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 289,
"line": 292,
"column": 15,
"index": 7731
"index": 7979
},
"end": {
"line": 292,
"line": 295,
"column": 3,
"index": 7808
"index": 8056
}
},
{
"id": "nft.detail.author",
"defaultMessage": "!!!Author",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 293,
"line": 296,
"column": 10,
"index": 7820
"index": 8068
},
"end": {
"line": 296,
"line": 299,
"column": 3,
"index": 7887
"index": 8135
}
},
{
"id": "nft.detail.fingerprint",
"defaultMessage": "!!!Fingerprint",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 297,
"line": 300,
"column": 15,
"index": 7904
"index": 8152
},
"end": {
"line": 300,
"line": 303,
"column": 3,
"index": 7981
"index": 8229
}
},
{
"id": "nft.detail.policyId",
"defaultMessage": "!!!Policy id",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 301,
"line": 304,
"column": 12,
"index": 7995
"index": 8243
},
"end": {
"line": 304,
"line": 307,
"column": 3,
"index": 8067
"index": 8315
}
},
{
"id": "nft.detail.detailsLinks",
"defaultMessage": "!!!Details on",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 305,
"line": 308,
"column": 16,
"index": 8085
"index": 8333
},
"end": {
"line": 308,
"line": 311,
"column": 3,
"index": 8162
"index": 8410
}
},
{
"id": "nft.detail.copyMetadata",
"defaultMessage": "!!!Copy metadata",
"file": "src/NftDetails/NftDetails.tsx",
"start": {
"line": 309,
"line": 312,
"column": 16,
"index": 8180
"index": 8428
},
"end": {
"line": 312,
"line": 315,
"column": 3,
"index": 8260
"index": 8508
}
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": {
"line": 67,
"column": 9,
"index": 1731
"index": 1724
},
"end": {
"line": 70,
"column": 3,
"index": 1810
"index": 1803
}
},
{
Expand All @@ -21,12 +21,12 @@
"start": {
"line": 71,
"column": 11,
"index": 1823
"index": 1816
},
"end": {
"line": 74,
"column": 3,
"index": 1933
"index": 1926
}
},
{
Expand All @@ -36,12 +36,12 @@
"start": {
"line": 75,
"column": 9,
"index": 1944
"index": 1937
},
"end": {
"line": 78,
"column": 3,
"index": 2035
"index": 2028
}
}
]
]

0 comments on commit 7375602

Please sign in to comment.