Skip to content

Commit 6eb31e6

Browse files
committed
fix android invalid character @
1 parent ff29167 commit 6eb31e6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

hackathon/spacecraft/app.config.ts

+12-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,18 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
6868
[
6969
"expo-asset", // Error Error: [android.dangerous]: withAndroidDangerousBaseMod: Could not find MIME for Buffer <null>
7070
{
71-
assets: ["./assets/starships/"],
71+
assets: [
72+
"./assets/starships/CR90corvette.jpg",
73+
"./assets/starships/deathstar.jpg",
74+
"./assets/starships/executor.jpg",
75+
"./assets/starships/millenniumfalcon.jpg",
76+
"./assets/starships/rebeltransport.jpg",
77+
"./assets/starships/sentinel_classlandingcraft.jpg",
78+
"./assets/starships/stardestroyer.jpg",
79+
"./assets/starships/tieadvancedx1.jpg",
80+
"./assets/starships/x_wing.jpg",
81+
"./assets/starships/y_wing.jpg",
82+
],
7283
},
7384
],
7485
],

0 commit comments

Comments
 (0)