Removed my old folder due to issues with running the command npx expo...
Removed my old folder due to issues with running the command npx expo run:android. As such, this is a working bare flow project that will allow me to adopt my geolocation code with the use of expo location.
Showing
- PhotographyApp/.gitignore 36 additions, 0 deletionsPhotographyApp/.gitignore
- PhotographyApp/App.tsx 20 additions, 0 deletionsPhotographyApp/App.tsx
- PhotographyApp/android/.gitignore 16 additions, 0 deletionsPhotographyApp/android/.gitignore
- PhotographyApp/android/app/build.gradle 176 additions, 0 deletionsPhotographyApp/android/app/build.gradle
- PhotographyApp/android/app/debug.keystore 0 additions, 0 deletionsPhotographyApp/android/app/debug.keystore
- PhotographyApp/android/app/proguard-rules.pro 14 additions, 0 deletionsPhotographyApp/android/app/proguard-rules.pro
- PhotographyApp/android/app/src/debug/AndroidManifest.xml 7 additions, 0 deletionsPhotographyApp/android/app/src/debug/AndroidManifest.xml
- PhotographyApp/android/app/src/main/AndroidManifest.xml 32 additions, 0 deletionsPhotographyApp/android/app/src/main/AndroidManifest.xml
- PhotographyApp/android/app/src/main/java/com/codingstuffonline/Photographyapp/MainActivity.kt 61 additions, 0 deletions...java/com/codingstuffonline/Photographyapp/MainActivity.kt
- PhotographyApp/android/app/src/main/java/com/codingstuffonline/Photographyapp/MainApplication.kt 57 additions, 0 deletions...a/com/codingstuffonline/Photographyapp/MainApplication.kt
- PhotographyApp/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png 0 additions, 0 deletions...roid/app/src/main/res/drawable-hdpi/splashscreen_logo.png
- PhotographyApp/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png 0 additions, 0 deletions...roid/app/src/main/res/drawable-mdpi/splashscreen_logo.png
- PhotographyApp/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png 0 additions, 0 deletions...oid/app/src/main/res/drawable-xhdpi/splashscreen_logo.png
- PhotographyApp/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png 0 additions, 0 deletions...id/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png
- PhotographyApp/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png 0 additions, 0 deletions...d/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png
- PhotographyApp/android/app/src/main/res/drawable/ic_launcher_background.xml 6 additions, 0 deletions...roid/app/src/main/res/drawable/ic_launcher_background.xml
- PhotographyApp/android/app/src/main/res/drawable/rn_edit_text_material.xml 37 additions, 0 deletions...droid/app/src/main/res/drawable/rn_edit_text_material.xml
- PhotographyApp/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml 5 additions, 0 deletions...ndroid/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
- PhotographyApp/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml 5 additions, 0 deletions.../app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
- PhotographyApp/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp 0 additions, 0 deletions...App/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp
Please register or sign in to comment