We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff29167 commit 6eb31e6Copy full SHA for 6eb31e6
hackathon/spacecraft/app.config.ts
@@ -68,7 +68,18 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
68
[
69
"expo-asset", // Error Error: [android.dangerous]: withAndroidDangerousBaseMod: Could not find MIME for Buffer <null>
70
{
71
- assets: ["./assets/starships/"],
+ 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
+ ],
83
},
84
],
85
0 commit comments