-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Make osx example utilise the common example app #3055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
50efeeb
prepare example-app package.json for osx support
latekvo 4f533bf
fix invalid paths in app.tsx
latekvo c1daaab
rewire macos example path to the common example
latekvo 308b71c
add aliases necessary to use the common example
latekvo c44ce74
add macos support to root package.json, update podfile
latekvo edf80e6
sync package versions, add missing packages
latekvo 8b47092
update podfiles, add missing macos files
latekvo 6adeffa
remove no-longer-existing react postinstall function
latekvo ce3fcb7
update pod versions to resolve RTC-Folly conflicts
latekvo 0c60673
enable hermes to unlock some neccessary native functionalities
latekvo be5b0ea
update reanimated to a version supporting turbomodules on macos
latekvo 8b884c7
disable shadow styles which are unsupported on macos
latekvo d4a0d2d
add necessary styles which are not default on macos
latekvo 541eafa
fix styles to correctly display example
latekvo 0d6c0b6
add macos examples to check if anything stopped working in the proces…
latekvo 7399ccc
remove the need for react-native when building for macos
latekvo 98b35de
rename macos example folder
latekvo 2fbd75a
move former macos examples to common example app
latekvo f11f51a
cleanup package.json
latekvo 5365b95
add config overwrite to podfile, remove legacy code from podfile
latekvo cce7491
move macos module resolving to metro instead of babel
latekvo 1e9fac6
change babel config to the one used by common example
latekvo 29dc2ca
remove macos from core package dependencies
latekvo 02a96fa
fix project config to require manual intervention in one less place
latekvo 05a864d
modify metro config to use expo and reseamble the common example one
latekvo fa5ce90
add macos file resolver to common app metro config
latekvo 40c06e1
add partial expo-autolinking to macos podfile
latekvo 03d32a9
sync react-native and expo versions to common example app
latekvo 14f085b
add expo compatibility remarks
latekvo ddf5f3c
fix app config to be compatible with expo
latekvo 4472865
fix expo_patch_react_imports infinite loop by removing use_modular_he…
latekvo 34aa6bd
use expo/orbit podfile config to resolve some macos building issues
latekvo f382cbb
update gem versions which helped resolve some issues
latekvo a788ead
significantly simplify podfile
latekvo 0d8d35f
bump ruby version to 3.3.4
latekvo 36a9915
update pods to fix fmt not found error
latekvo 6036fe4
add REACT_NATIVE_PATH build setting to post_install routine
latekvo d02f647
Revert "move macos module resolving to metro instead of babel" - the …
latekvo 4953201
cherry-pick build path change
latekvo b38f4a2
cleanup package.json
latekvo b7bde38
cleanup babel config, remove react native path correction from babel …
latekvo 575e959
merge main
latekvo 4cab8cf
resolve merge conflict
latekvo a63db68
move fling example to the common example app
latekvo 06134b5
fix warnings in the new fling example
latekvo 14b87fe
bump node version in macos test workflow
latekvo b8efd67
add react native config, fix typo in app.tsx
latekvo 7d73b6c
fix duplicate fling entries
latekvo 22a3a89
fix crashes on startup
latekvo 6f76d95
revert unintentional fling removal
latekvo 7717de6
cleanup babel config - remove all unnecessary aliases
latekvo a16f70e
add react native to package.json to fix ci test crashes
latekvo a6d6833
update workflow macos version to latest
latekvo dbb75eb
remove pod install artifact
latekvo fa980e5
update gitignore to exclude local files
latekvo 4f25f52
Merge branch 'main' into @latekvo/support-osx-in-primary-example
latekvo 4c12996
remove unnecessary fastxml package
latekvo dbb2d85
[0.74] bump version to 0.74, fix macos entrypoint for 0.74, fix babel…
latekvo 261f00f
revert to 0.73
latekvo adf11a8
Merge branch 'main' into @latekvo/support-osx-in-primary-example
latekvo a5f0995
lock rn-macos version to 0.73
latekvo 92a325b
Merge branch 'main' into @latekvo/support-osx-in-primary-example
latekvo 2d62e3a
add missing packages to MacOSExample
latekvo 896f9be
fix node modules path resolving in metro config
latekvo 747bb71
remove macos from common example - fix android and ios builds failing…
latekvo 62f776c
add module resolver package to macos package.json
latekvo dc2de73
fix typo in metro
latekvo b812230
bump gemfile cocoapods version to match the one used to generate podfile
latekvo 2ded012
bump rn-macos to 0.74.6
latekvo e3c098d
fix header squash and overlaps in open position
latekvo 6a6f885
fix alignment on mobile devices
latekvo 38f861d
fix width scaling in collapsed state
latekvo 10530ea
remove simpleRotate
latekvo 45c696e
Merge remote-tracking branch 'origin/main' into @latekvo/support-osx-…
latekvo 35fa6f0
fix header alignment for a wider range of window widths
latekvo 61455cf
disable chevrons on macos
latekvo 65715c8
Merge remote-tracking branch 'origin/main' into @latekvo/support-osx-…
latekvo 80901f0
Resolve merge conflicts, merge
latekvo 6f8f4bc
fix camera crashing on macos, add missing package
latekvo 8040296
Update macos-build.yml
latekvo 46a46ac
remove comments, fix config files, stop using hermes by default
latekvo cb1041d
Merge branch '@latekvo/support-osx-in-primary-example' of https://git…
latekvo 42a6a59
enable hermes on macos
latekvo 187dc15
simplify header code
latekvo 062445f
Merge remote-tracking branch 'origin/main' into @latekvo/support-osx-…
latekvo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export NODE_BINARY=/opt/homebrew/bin/node | ||
|
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.