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

Mobile App Initialization #53

Closed
4 tasks done
karatashsyn opened this issue Apr 6, 2024 · 8 comments
Closed
4 tasks done

Mobile App Initialization #53

karatashsyn opened this issue Apr 6, 2024 · 8 comments
Assignees
Labels
Action Item A specific task requiring attention Priority: High Requires taking action ASAP
Milestone

Comments

@karatashsyn
Copy link
Contributor

karatashsyn commented Apr 6, 2024

ℹ️ Description

  • The aim of this issue is to set up the required environment and run a basic React Native application.

🎯 Tasks

  • Install the necessary applications (JDK,Android Studio, etc.)

  • Set environment variables properly (explained in the instructions at the site given below)

  • Run a basic application using React Native

  • Nazlıcan Aka

  • Yusuf Kağan Çiçekdağ

  • Gülşen Sabak

  • Yasin ATLI

You can follow the instructions on this site

@bartukonca bartukonca added this to the Milestone 2 milestone Apr 7, 2024
@bartukonca bartukonca added Priority: High Requires taking action ASAP Action Item A specific task requiring attention labels Apr 7, 2024
@Pqrq Pqrq mentioned this issue Apr 21, 2024
4 tasks
@Pqrq
Copy link
Contributor

Pqrq commented Apr 21, 2024

Some Other Tips (from my case)

  • If you have downloaded JDK 17, changing the Gradle version is not required
  • "npm uninstall -g react-native-cli @react-native-community/cli" at the start of "Creating a new application" title is required
  • When you successfully initialize, you can continue the rest inside Android Studio IDE (and inside its terminals). It has a README file giving the "rest of the instructions" in order to run a basic application successfully.
  • When running the app at the end, make sure that your emulator (opened at the right of your screen I guess) is open :)

Good luck :)

@Pqrq
Copy link
Contributor

Pqrq commented Apr 24, 2024

About the "Expo" part

For the Expo part (which I have learned that it is allowed, after initializing my first React Native app, lol), if you have successfully initialized your first React Native app by using the steps explained as above, you do not need to do any extra stuff. Just go to your desired directory, and running the command

$ npx create-expo-app

would suffice for an mobile app initialization. It will ask you a name for your application, and after you fill in the name, it will initialize a basic mobile application for you.

Running is similar, just open Android Studio, go to the app's directory (in your terminal) and run the command

$ npm run android

and your app will be run on your emulator.(assuming you've already started your emulator just after opening up Android Studio :))

Good luck :)

@gulsensabak
Copy link
Contributor

I have made all initializations. That was a little bit hard for me because of the inefficient storage capacity. but I have handled it. Thank you @Pqrq.

@TheRealLowyer TheRealLowyer self-assigned this Apr 28, 2024
@Pqrq
Copy link
Contributor

Pqrq commented Apr 29, 2024

You're welcome @gulsensabak

@karatashsyn @NazlicanAka have you done the initializations? If you have other tasks instead of mobile, I can remove you from the assignees (and close the issue accordingly) as it currently seems as "you have this task which has not been completed yet"

Please answer asap :) , as we have our demo tomorrow

@karatashsyn
Copy link
Contributor Author

@Pqrq I have done the tasks related to the web application. You can remove me from the assignees

@Pqrq
Copy link
Contributor

Pqrq commented Apr 29, 2024

@karatashsyn Okay, I am removing you from the assignees and edit the issue accordingly.

@NazlicanAka
Copy link
Contributor

@Pqrq I have done the tasks related to the web application. You can remove me from the assignees

@gulsensabak
Copy link
Contributor

Since everything is done, I am closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action Item A specific task requiring attention Priority: High Requires taking action ASAP
Projects
None yet
Development

No branches or pull requests

6 participants