Skip to content

Commit ce193fc

Browse files
committed
feat: migrate to react-native-test-app
FIXME: need to ask how to customise the AppDelegate as in the previous commit, as it's complaining about: Thread 1: "<ReactTestApp.AppDelegate: 0x10a3e7b50> does not conform to RNAppAuthAuthorizationFlowManager" And will likely need to do similar customisation for Android.
1 parent d18090c commit ce193fc

File tree

70 files changed

+1421
-4252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1421
-4252
lines changed

Diff for: examples/demo/README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ yarn ios
2929
yarn android
3030

3131
# or:
32-
# Run the macOS app (after setting `applePlatform = "macos"` in metro.config.js)
33-
#
34-
# Note that we do not currently support running the macOS demo simultaneously
35-
# with iOS or Android apps, as we use the `applePlatform = "macos"` flag to
36-
# force Metro to resolve react-native-macos instead of react-native.
32+
# Run the macOS app
3733
yarn macos
3834
```
3935

Diff for: examples/demo/android/app/build.gradle

-126
This file was deleted.

Diff for: examples/demo/android/app/debug.keystore

-2.2 KB
Binary file not shown.

Diff for: examples/demo/android/app/proguard-rules.pro

-10
This file was deleted.

Diff for: examples/demo/android/app/src/debug/AndroidManifest.xml

-13
This file was deleted.

Diff for: examples/demo/android/app/src/debug/java/com/example/ReactNativeFlipper.java

-75
This file was deleted.

Diff for: examples/demo/android/app/src/main/AndroidManifest.xml

-25
This file was deleted.

Diff for: examples/demo/android/app/src/main/java/com/example/MainActivity.java

-32
This file was deleted.

Diff for: examples/demo/android/app/src/main/java/com/example/MainApplication.java

-61
This file was deleted.

Diff for: examples/demo/android/app/src/main/res/drawable/rn_edit_text_material.xml

-36
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)