update
This commit is contained in:
parent
6c9b4e8141
commit
b6b7d1a489
8 changed files with 707 additions and 0 deletions
3
app.json
3
app.json
|
@ -46,6 +46,9 @@
|
|||
},
|
||||
"updates": {
|
||||
"url": "https://u.expo.dev/9f3d77d2-68f6-463f-909f-cb600ef6eeac"
|
||||
},
|
||||
"runtimeVersion": {
|
||||
"policy": "sdkVersion"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
1
dist/assetmap.json
vendored
Normal file
1
dist/assetmap.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
BIN
dist/bundles/android-9a941213760f072b3b4a4d4b57b4d1c3.js
vendored
Normal file
BIN
dist/bundles/android-9a941213760f072b3b4a4d4b57b4d1c3.js
vendored
Normal file
Binary file not shown.
1
dist/bundles/android-9a941213760f072b3b4a4d4b57b4d1c3.map
vendored
Normal file
1
dist/bundles/android-9a941213760f072b3b4a4d4b57b4d1c3.map
vendored
Normal file
File diff suppressed because one or more lines are too long
694
dist/bundles/ios-102b70c25c5f9ece1a6b7f10f6228e52.js
vendored
Normal file
694
dist/bundles/ios-102b70c25c5f9ece1a6b7f10f6228e52.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/bundles/ios-102b70c25c5f9ece1a6b7f10f6228e52.map
vendored
Normal file
1
dist/bundles/ios-102b70c25c5f9ece1a6b7f10f6228e52.map
vendored
Normal file
File diff suppressed because one or more lines are too long
6
dist/debug.html
vendored
Normal file
6
dist/debug.html
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
<script src="bundles/ios-102b70c25c5f9ece1a6b7f10f6228e52.js"></script>
|
||||
<script src="bundles/android-9a941213760f072b3b4a4d4b57b4d1c3.js"></script>
|
||||
Open up this file in Chrome. In the JavaScript developer console, navigate to the Source tab.
|
||||
You can see a red colored folder containing the original source code from your bundle.
|
||||
|
1
dist/metadata.json
vendored
Normal file
1
dist/metadata.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":0,"bundler":"metro","fileMetadata":{"ios":{"bundle":"bundles/ios-102b70c25c5f9ece1a6b7f10f6228e52.js","assets":[]},"android":{"bundle":"bundles/android-9a941213760f072b3b4a4d4b57b4d1c3.js","assets":[]}}}
|
Reference in a new issue