Skip to content

Commit ce193fc

Browse files
committedJul 27, 2024
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.

0 commit comments

Comments
 (0)