-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate TesterApp to
react-native-test-app
(#629)
* chore: migrate TesterApp to `react-native-test-app` * chore: upgrade deps * chore: update lockfile * chore: specify via `app.json` * chore: remove `android.jetiifer.ignoreList` option * fix: disable bridgeless * chore: update rn-test-app * refactor: add flag for lazy comp, add flag to disable fs cache * feat: use bootstrap hoc to fix rnta issues * chore: keep ruby env * fix: disable bridgeless on iOS * chore: remove watchmanconfig * refactor: update react-native.config.js Co-authored-by: Tommy Nguyen <[email protected]> * Revert "feat: use bootstrap hoc to fix rnta issues" This reverts commit badea9d. * fix: explicit appId for android * chore: lockfile * feat: enable bridgeless for Android and iOS * chore(android): remove jetifier * chore: update `react-native-test-app` to `^3.7.4` * feat: enable single app mode * chore: configure release mode bundling paths * feat: add scripts to build app in release mode * chore: apply reviewers review --------- Co-authored-by: Jakub Romanczyk <[email protected]> Co-authored-by: Tommy Nguyen <[email protected]>
- Loading branch information
1 parent
b358b17
commit 7fc5a6b
Showing
52 changed files
with
436 additions
and
1,682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ DerivedData | |
*.hmap | ||
*.ipa | ||
*.xcuserstate | ||
**/.xcode.env | ||
**/.xcode.env.local | ||
|
||
# Android/IntelliJ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
packages/TesterApp/android/app/src/debug/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
packages/TesterApp/android/app/src/main/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
packages/TesterApp/android/app/src/main/java/com/testerapp/MainActivity.kt
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
packages/TesterApp/android/app/src/main/java/com/testerapp/MainApplication.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.