Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/expo assets #249

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

feature/expo assets #249

wants to merge 4 commits into from

Conversation

flexbox
Copy link
Owner

@flexbox flexbox commented Jun 6, 2024

  • diet for images
  • add expo-asset folder
  • drop - for android

@flexbox flexbox force-pushed the feature/expo-assets branch 2 times, most recently from fac9b34 to 6eb31e6 Compare June 6, 2024 16:25
@flexbox
Copy link
Owner Author

flexbox commented Jun 6, 2024

> home/expo/workingdir/build/hackathon/spacecraft/android/app/src/main/res/drawable/CR90corvette.jpg: Error: 'C' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore

CleanShot 2024-06-06 at 19 40 24@2x

The /android/app/src/main/res/drawable/ directory in an Android project is used to store drawable resources.

Drawable resources are graphics that can be drawn on the screen. This includes bitmaps (PNG, JPEG, or GIF files), XML files that define shapes, selector lists, and others.

For example, you might have an image file that you want to use as a background for a button. You would put that image file in the drawable directory and then reference it in your XML layout file or in your code.

In the context of a React Native project, this directory is typically used to store images and icons that are used natively by the Android part of the app.

@flexbox flexbox force-pushed the feature/expo-assets branch from 6eb31e6 to dba37a9 Compare June 7, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant