Skip to content

Commit f5b5d75

Browse files
azizbechasatya164
andauthored
chore: upgrade example app to Expo SDK 56 (#4944)
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
1 parent e7dff9f commit f5b5d75

62 files changed

Lines changed: 1216 additions & 2921 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.

example/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
.expo/
44
/coverage
55

6+
# Expo CNG / prebuild output: native projects are regenerated by
7+
# `expo prebuild` (and `expo run:*`) from app.json + config plugins.
8+
/android
9+
/ios
10+
611
# Yarn
712
.yarn/*
813
!.yarn/patches

example/android/.gitignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

example/android/app/build.gradle

Lines changed: 0 additions & 176 deletions
This file was deleted.

example/android/app/debug.keystore

-2.2 KB
Binary file not shown.

example/android/app/proguard-rules.pro

Lines changed: 0 additions & 14 deletions
This file was deleted.

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

example/android/app/src/main/java/com/callstack/reactnativepaperexample/MainActivity.kt

Lines changed: 0 additions & 65 deletions
This file was deleted.

example/android/app/src/main/java/com/callstack/reactnativepaperexample/MainApplication.kt

Lines changed: 0 additions & 57 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)