这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/boilerplate/app.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The app.json & app.config.js files are used to configure your React Native / Exp

Ignite has already configured several things for us:

- App Icons - configured for iOS, Android, and Web. Check out [App Icon Generators](../concept/Generators/#app-icon-generator) to update your App Icon.
- Splash Screen colors and images - configured for iOS, Android, and Web. Check out [Splash Screen Generators](../concept/Generators/#splash-screen-generator) to update your Splash Screen.
- App Icons - configured for iOS, Android, and Web. Check out [App Icon Generators](../../concept/Generators#app-icon-generator) to update your App Icon.
- Splash Screen colors and images - configured for iOS, Android, and Web. Check out [Splash Screen Generators](../../concept/Generators#splash-screen-generator) to update your Splash Screen.
- Expo plugins for things like localization and splash screens

See [Expo's Documentation on App.json Configuration](https://docs.expo.dev/workflow/configuration/) for more details.
4 changes: 2 additions & 2 deletions docs/boilerplate/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The `assets` folder is for icons, images, fonts, and other static assets used in

### App Icons

For your App Icon, use [Ignite's App Icon Generator](../concept/Generators/#app-icon-generator) to automatically generate image assets, which get put in `assets/images`.
For your App Icon, use [Ignite's App Icon Generator](../../concept/Generators/#app-icon-generator) to automatically generate image assets, which get put in `assets/images`.

### Splash Screen

To update your Splash Screen, use [Ignite's Splash Screen Generator](../concept/Generators/#splash-screen-generator) to generate images and update `assets/images`.
To update your Splash Screen, use [Ignite's Splash Screen Generator](../../concept/Generators/#splash-screen-generator) to generate images and update `assets/images`.