-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
Some Other Tips (from my case)
Good luck :) |
About the "Expo" partFor 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 :) |
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. |
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 |
@Pqrq I have done the tasks related to the web application. You can remove me from the assignees |
@karatashsyn Okay, I am removing you from the assignees and edit the issue accordingly. |
@Pqrq I have done the tasks related to the web application. You can remove me from the assignees |
Since everything is done, I am closing this issue. |
ℹ️ Description
🎯 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
The text was updated successfully, but these errors were encountered: