Commit 7cfcd58
committed
feat: add multi-window support (#117)
* feat: add multi-window support
* feat: introduce WindowManager
fix: RCTReactViewController properly check props to update
fix: use clearColor instead of systemBackgroundColor for visionOS (#125)
feat: allow to use WindowHandlingModifier outside of RCTMainWindow
fix: deep and universal links when app is running (#140)
Co-authored-by: Thiago Brezinski <thiagobrez@gmail.com>
fix: remove window init
feat: add support for ornaments & dev menu trigger (#149)
* feat: add support for ornaments
* feat: add ornaments support to second window
fix: allow to manually move dev menu to avoid conflicts (#150)
fix: remove unnecessary diff after upstreaming changes (#151)
Make CMake 3.29.0 as minimum required version (#155)
fix: move visionOS codegen specs, sync with upstream
chore: sync with upstream
fix: remove template
Move template to a separate repo
fix: update oot-release scripts
chore: remove unnecessary diff (#159)
fix: react-native-config
chore: sync with upstream
chore: sync with upstrteam1 parent 7d79ab3 commit 7cfcd58
File tree
76 files changed
+1253
-1885
lines changed- .github/workflows
- packages
- helloworld
- out-of-tree-platforms
- react-native-test-library
- react-native
- Libraries
- AppDelegate
- LinkingIOS
- NativeAnimation
- SwiftExtensions
- WindowManager
- XR
- __tests__/__snapshots__
- ReactAndroid/src/main/java/com/facebook/react/views/image
- ReactCommon/react/renderer/graphics
- React
- Base
- CoreModules
- Fabric/Mounting/ComponentViews/Modal
- Views
- scripts
- sdks/hermes-engine
- utils
- src/private/specs/visionos_modules
- template
- visionos
- HelloWorld.xcodeproj
- HelloWorldTests
- HelloWorld
- Images.xcassets
- AppIcon.appiconset
- third-party-podspecs
- types
- visionos_modules
- rn-tester
- RNTester-visionOS
- RNTesterPods.xcodeproj
- RNTester
- js
- examples
- SecondWindow
- XR
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+1253
-1885
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
Lines changed: 4 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 65 | | |
70 | 66 | | |
71 | 67 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 68 | | |
86 | 69 | | |
87 | 70 | | |
| |||
106 | 89 | | |
107 | 90 | | |
108 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
109 | 95 | | |
| 96 | + | |
110 | 97 | | |
111 | 98 | | |
112 | 99 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
166 | 169 | | |
| 170 | + | |
167 | 171 | | |
168 | 172 | | |
169 | 173 | | |
| |||
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
200 | 207 | | |
| 208 | + | |
201 | 209 | | |
202 | 210 | | |
203 | 211 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
84 | 95 | | |
85 | 96 | | |
86 | 97 | | |
| |||
153 | 164 | | |
154 | 165 | | |
155 | 166 | | |
| 167 | + | |
156 | 168 | | |
157 | 169 | | |
158 | 170 | | |
| |||
163 | 175 | | |
164 | 176 | | |
165 | 177 | | |
| 178 | + | |
| 179 | + | |
166 | 180 | | |
167 | 181 | | |
168 | 182 | | |
| |||
0 commit comments