Skip to content

Commit 2055219

Browse files
committed
mc
Signed-off-by: Simon Bruneaud <simon.bruneaud@ledger.fr>
1 parent bd5958f commit 2055219

82 files changed

Lines changed: 44352 additions & 1987 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.expo/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
> Why do I have a folder named ".expo" in my project?
2+
The ".expo" folder is created when an Expo project is started using "expo start" command.
3+
> What do the files contain?
4+
- "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.
5+
- "settings.json": contains the server configuration that is used to serve the application manifest.
6+
> Should I commit the ".expo" folder?
7+
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.
8+
Upon project creation, the ".expo" folder is already added to your ".gitignore" file.

.expo/devices.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"devices": []
3+
}
Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,8 @@
11
module.exports = function (api) {
22
api.cache(true);
33

4-
if (
5-
process.env.NX_TASK_TARGET_TARGET === 'build' ||
6-
process.env.NX_TASK_TARGET_TARGET?.includes('storybook')
7-
) {
8-
return {
9-
presets: [
10-
[
11-
'@nx/react/babel',
12-
{
13-
runtime: 'automatic',
14-
},
15-
],
16-
],
17-
plugins: [
18-
['@babel/plugin-proposal-decorators', { version: '2023-11' }],
19-
'react-native-reanimated/plugin',
20-
],
21-
};
22-
}
23-
244
return {
25-
presets: [
26-
['module:@react-native/babel-preset', { useTransformReactJSX: true }],
27-
],
28-
plugins: [
29-
['@babel/plugin-proposal-decorators', { version: '2023-11' }],
30-
'react-native-reanimated/plugin',
31-
],
5+
presets: ['babel-preset-expo'],
6+
plugins: ['react-native-worklets/plugin', 'react-native-reanimated/plugin'],
327
};
338
};
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
> Why do I have a folder named ".expo" in my project?
2+
The ".expo" folder is created when an Expo project is started using "expo start" command.
3+
> What do the files contain?
4+
- "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.
5+
- "settings.json": contains the server configuration that is used to serve the application manifest.
6+
> Should I commit the ".expo" folder?
7+
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.
8+
Upon project creation, the ".expo" folder is already added to your ".gitignore" file.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"devices": [
3+
{
4+
"installationId": "5DC8E2F9-21B3-4DD3-832D-36AD30412544",
5+
"lastUsed": 1767366884379
6+
}
7+
]
8+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"dependencies": "7c19489cf12ec7da127341d04d4f953d5f6fd361",
3+
"devDependencies": "206f86895827584897641e7f43cb52fdf98be0f9"
4+
}

apps/app-sandbox-rnative/.expo/xcodebuild-error.log

Whitespace-only changes.

apps/app-sandbox-rnative/.expo/xcodebuild.log

Lines changed: 38636 additions & 0 deletions
Large diffs are not rendered by default.

apps/app-sandbox-rnative/android/app/build.gradle

Lines changed: 0 additions & 119 deletions
This file was deleted.
-2.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)