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

Enhance Docker Configuration #701

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

Conversation

sebastianlujan
Copy link
Contributor

Summary of Changes:

  • Modified .detoxrc.js: Adjusted emulator settings.

  • Added Dockerfile: Introduced a Dockerfile for environment setup.

  • Added .dockerignore: Prevented unnecessary files from being included in Docker images.

  • Updated gradle.properties: Enabled parallel execution for improved build performance.

@sebastianlujan sebastianlujan changed the title Pull Request: Enhance Project Configuration Enhance Project Configuration Sep 19, 2024
@sebastianlujan sebastianlujan changed the title Enhance Project Configuration Enhance Docker Configuration Sep 19, 2024
@@ -4,3 +4,4 @@ distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
/home/sebas/Android/Sdk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to remove this...

@@ -84,7 +84,7 @@ module.exports = {
},
'android.emu.x86_64': {
device: 'emulator_x86_64',
app: 'android.debug'
app: 'Pixel_2_API_30'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this? the user have to have this specific device in the local env.... mmmm, I don't think so.

@@ -23,6 +23,6 @@ WHO PAYS?
At this time seednode.link is paid for and maintained by operating volunteers. In the future, addresses for contribution to keep the project going may be published.

MORE?
Radicle official project chat: https://radicle.zulipchat.com
Radicle official project chat: htt_test_ps://radicle.zulipchat.com
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for?

@@ -21,8 +21,7 @@ until [[ $step_complete == true ]]; do
echo "Error: Failed to install APKs" >&2
echo "For more information see '${output_dir}/emulator_install_apk.txt'" >&2
exit 1
fi
fiTHE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for?

@@ -10,4 +10,5 @@ cd $(git rev-parse --show-toplevel)

./scripts/flow_emulator_setup.sh $@

./scripts/flow_emulate_interactive.sh
./scripts/flow_emulate_interactive.sh "start": "react-native start",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see the point of this.... some copy-paste mistake, maybe...

@@ -45,6 +45,7 @@
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.8.1",
"punycode": "^2.3.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where or Why are you using this library?

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.

2 participants