Skip to content
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

Make osx example utilise the common example app #3055

Open
wants to merge 65 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
50efeeb
prepare example-app package.json for osx support
latekvo Aug 21, 2024
4f533bf
fix invalid paths in app.tsx
latekvo Aug 21, 2024
c1daaab
rewire macos example path to the common example
latekvo Aug 21, 2024
308b71c
add aliases necessary to use the common example
latekvo Aug 21, 2024
c44ce74
add macos support to root package.json, update podfile
latekvo Aug 21, 2024
edf80e6
sync package versions, add missing packages
latekvo Aug 21, 2024
8b47092
update podfiles, add missing macos files
latekvo Aug 21, 2024
6adeffa
remove no-longer-existing react postinstall function
latekvo Aug 21, 2024
ce3fcb7
update pod versions to resolve RTC-Folly conflicts
latekvo Aug 21, 2024
0c60673
enable hermes to unlock some neccessary native functionalities
latekvo Aug 21, 2024
be5b0ea
update reanimated to a version supporting turbomodules on macos
latekvo Aug 21, 2024
8b884c7
disable shadow styles which are unsupported on macos
latekvo Aug 21, 2024
d4a0d2d
add necessary styles which are not default on macos
latekvo Aug 21, 2024
541eafa
fix styles to correctly display example
latekvo Aug 23, 2024
0d6c0b6
add macos examples to check if anything stopped working in the proces…
latekvo Aug 23, 2024
7399ccc
remove the need for react-native when building for macos
latekvo Aug 23, 2024
98b35de
rename macos example folder
latekvo Aug 23, 2024
2fbd75a
move former macos examples to common example app
latekvo Aug 23, 2024
f11f51a
cleanup package.json
latekvo Aug 23, 2024
5365b95
add config overwrite to podfile, remove legacy code from podfile
latekvo Aug 26, 2024
cce7491
move macos module resolving to metro instead of babel
latekvo Aug 26, 2024
1e9fac6
change babel config to the one used by common example
latekvo Aug 26, 2024
29dc2ca
remove macos from core package dependencies
latekvo Aug 26, 2024
02a96fa
fix project config to require manual intervention in one less place
latekvo Aug 26, 2024
05a864d
modify metro config to use expo and reseamble the common example one
latekvo Aug 26, 2024
fa5ce90
add macos file resolver to common app metro config
latekvo Aug 27, 2024
40c06e1
add partial expo-autolinking to macos podfile
latekvo Aug 27, 2024
03d32a9
sync react-native and expo versions to common example app
latekvo Aug 27, 2024
14f085b
add expo compatibility remarks
latekvo Aug 27, 2024
ddf5f3c
fix app config to be compatible with expo
latekvo Aug 27, 2024
4472865
fix expo_patch_react_imports infinite loop by removing use_modular_he…
latekvo Aug 27, 2024
34aa6bd
use expo/orbit podfile config to resolve some macos building issues
latekvo Aug 27, 2024
f382cbb
update gem versions which helped resolve some issues
latekvo Aug 28, 2024
a788ead
significantly simplify podfile
latekvo Aug 28, 2024
0d8d35f
bump ruby version to 3.3.4
latekvo Aug 28, 2024
36a9915
update pods to fix fmt not found error
latekvo Aug 28, 2024
6036fe4
add REACT_NATIVE_PATH build setting to post_install routine
latekvo Aug 28, 2024
d02f647
Revert "move macos module resolving to metro instead of babel" - the …
latekvo Sep 6, 2024
4953201
cherry-pick build path change
latekvo Sep 6, 2024
b38f4a2
cleanup package.json
latekvo Sep 6, 2024
b7bde38
cleanup babel config, remove react native path correction from babel …
latekvo Sep 6, 2024
575e959
merge main
latekvo Sep 6, 2024
4cab8cf
resolve merge conflict
latekvo Sep 6, 2024
a63db68
move fling example to the common example app
latekvo Sep 6, 2024
06134b5
fix warnings in the new fling example
latekvo Sep 6, 2024
14b87fe
bump node version in macos test workflow
latekvo Sep 6, 2024
b8efd67
add react native config, fix typo in app.tsx
latekvo Sep 6, 2024
7d73b6c
fix duplicate fling entries
latekvo Sep 13, 2024
22a3a89
fix crashes on startup
latekvo Sep 13, 2024
6f76d95
revert unintentional fling removal
latekvo Sep 13, 2024
7717de6
cleanup babel config - remove all unnecessary aliases
latekvo Sep 13, 2024
a16f70e
add react native to package.json to fix ci test crashes
latekvo Sep 13, 2024
a6d6833
update workflow macos version to latest
latekvo Sep 13, 2024
dbb75eb
remove pod install artifact
latekvo Sep 17, 2024
fa980e5
update gitignore to exclude local files
latekvo Sep 17, 2024
4f25f52
Merge branch 'main' into @latekvo/support-osx-in-primary-example
latekvo Sep 17, 2024
4c12996
remove unnecessary fastxml package
latekvo Sep 18, 2024
dbb2d85
[0.74] bump version to 0.74, fix macos entrypoint for 0.74, fix babel…
latekvo Sep 18, 2024
261f00f
revert to 0.73
latekvo Sep 18, 2024
adf11a8
Merge branch 'main' into @latekvo/support-osx-in-primary-example
latekvo Sep 18, 2024
a5f0995
lock rn-macos version to 0.73
latekvo Sep 18, 2024
92a325b
Merge branch 'main' into @latekvo/support-osx-in-primary-example
latekvo Sep 20, 2024
2d62e3a
add missing packages to MacOSExample
latekvo Sep 20, 2024
896f9be
fix node modules path resolving in metro config
latekvo Sep 20, 2024
747bb71
remove macos from common example - fix android and ios builds failing…
latekvo Sep 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove macos from common example - fix android and ios builds failing…
… in common example
  • Loading branch information
latekvo committed Sep 20, 2024
commit 747bb71f1c96af808c466339aa7c6f7aed7aac50
1 change: 0 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "link:..",
"react-native-macos": "0.73.35",
"react-native-reanimated": "3.10.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
Expand Down
Loading
Loading