Commit d872cce
Edge2edge android (#8262)
* Apply color animations on tab-switching (Android-only) (#7975)
* Update package.json version to 7.44.0 [buildkite skip]
* Fix npm registry and recreate package-lock.json (#7987)
* fix(sdk35): Apply inset over bottom-tabs (#7991)
* Update package.json version to 7.45.0 [buildkite skip]
* Revert "Feat/rn76 oldarch (#7967)" (#8003)
* Update package.json version to 7.46.0 [buildkite skip]
* Mocked side-menus - support (#8017)
* Update package.json version to 7.47.0 [buildkite skip]
* Support drawer menus opening as overlay instead of pushing content in ios (#7986)
* Update package.json version to 7.48.0 [buildkite skip]
* Patch-fix some recent side-menu overlay mode changes (#8039)
* Introduce options to make a floating bottom-tabs (Android) (#8064)
* Update package.json version to 7.49.0 [buildkite skip]
* fix: top bar buttons disappeared when lock screen then unlock sreen (#8053) (#8076)
Co-authored-by: NormanWangEndeavor <145947285+NormanWangEndeavor@users.noreply.github.com>
* Update package.json version to 7.50.0 [buildkite skip]
* Back-compat edge2edge for standard layout, incl. drawBehind
* merge master into me
* first config to get it running
* bottom bar edge2edge complete?
* statusbar e2e
* cleanup
* backward compatiblility
* final touches
* Fix yarn registry to use public npmjs.org instead of internal wixpress
Made-with: Cursor
* #8080
* conflict fixes
* snapshot updates
* more updates
* update e2e android
* snapsot update
* documentation
* added
* codex fixes
* enableEdgeToEdge() is now the decision hook — override it to control when edge-to-edge activates
activateEdgeToEdge() is the action method — it does both EdgeToEdge.enable(this) and SystemUiUtils.activateEdgeToEdge(), so it's impossible to enable Android edge-to-edge without also setting RNN's internal flag
The docs now show activateEdgeToEdge() in the override example instead of EdgeToEdge.enable(this)
---------
Co-authored-by: d4vidi <amit.d4vidi@gmail.com>
Co-authored-by: mobileoss <mobileoss@wix.com>
Co-authored-by: Liat Netach <60575762+liatnetach@users.noreply.github.com>
Co-authored-by: Georgy Steshin <gosha212@gmail.com>
Co-authored-by: NormanWangEndeavor <145947285+NormanWangEndeavor@users.noreply.github.com>1 parent e1ca88b commit d872cce
31 files changed
Lines changed: 567 additions & 95 deletions
File tree
- android
- src
- e2e/assets
- playground
- android
- e2e/assets
- src
- components
- screens
- src/events
- website
- docs
- api
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
Lines changed: 38 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
66 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
| 97 | + | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
| |||
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
149 | 186 | | |
150 | 187 | | |
151 | 188 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments