Skip to content

Commit

Permalink
feat: migrate to react-native-test-app
Browse files Browse the repository at this point in the history
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.

# Conflicts:
#	examples/demo/ios/Podfile.lock
#	examples/demo/macos/Example.xcodeproj/project.pbxproj
#	examples/demo/package.json
#	yarn.lock
  • Loading branch information
shirakaba committed Aug 18, 2024
1 parent 5ca0d4a commit 38d7a63
Show file tree
Hide file tree
Showing 69 changed files with 1,348 additions and 4,196 deletions.
6 changes: 1 addition & 5 deletions examples/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ yarn ios
yarn android

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

Expand Down
123 changes: 0 additions & 123 deletions examples/demo/android/app/build.gradle

This file was deleted.

Binary file removed examples/demo/android/app/debug.keystore
Binary file not shown.
10 changes: 0 additions & 10 deletions examples/demo/android/app/proguard-rules.pro

This file was deleted.

13 changes: 0 additions & 13 deletions examples/demo/android/app/src/debug/AndroidManifest.xml

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions examples/demo/android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 38d7a63

Please sign in to comment.