Skip to content
Open
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
8 changes: 8 additions & 0 deletions .expo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
> Why do I have a folder named ".expo" in my project?
The ".expo" folder is created when an Expo project is started using "expo start" command.
> What do the files contain?
- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds.
- "settings.json": contains the server configuration that is used to serve the application manifest.
> Should I commit the ".expo" folder?
No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine.
Upon project creation, the ".expo" folder is already added to your ".gitignore" file.
3 changes: 3 additions & 0 deletions .expo/devices.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"devices": []
}
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,13 @@ mise.toml
**/chromatic-diagnostics.json
**/build-storybook.log
!.nx/version-plans/**

# Expo
.expo/
**/.expo/

# Expo native folders (generated by prebuild)
ios/
android/
apps/app-sandbox-rnative/ios/
apps/app-sandbox-rnative/android/
33 changes: 0 additions & 33 deletions apps/app-sandbox-rnative/.babelrc.js

This file was deleted.

119 changes: 0 additions & 119 deletions apps/app-sandbox-rnative/android/app/build.gradle

This file was deleted.

Binary file not shown.
10 changes: 0 additions & 10 deletions apps/app-sandbox-rnative/android/app/proguard-rules.pro

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions apps/app-sandbox-rnative/android/build.gradle

This file was deleted.

Loading
Loading