| #
77ca70c4 |
| 01-May-2023 |
Łukasz Kosmaty <[email protected]> |
[Android][core] Drop proxied properties (#22321)
# Why
This a follow-up to the https://github.com/expo/expo/pull/22280.
# How
So, I manually exported all the properties defined in the view
[Android][core] Drop proxied properties (#22321)
# Why
This a follow-up to the https://github.com/expo/expo/pull/22280.
# How
So, I manually exported all the properties defined in the view component through the view manager. It's interesting to note that the same code seems to work fine with fabric without any changes made to the `ExpoViewProps` class. I don't know much about fabric components, so there might be something important that I'm missing here. But for now, let's go ahead with merging it. I'll look into it further to figure out why it's working with fabric as well.
# Test Plan
- bare-expo ✅
- fabric-tester ✅
show more ...
|
| #
b2cd4395 |
| 30-Apr-2023 |
Tomasz Sapeta <[email protected]> |
[core][iOS] Drop proxiedProperties prop (#22280)
|
| #
3095a675 |
| 27-Mar-2023 |
Tomasz Sapeta <[email protected]> |
[ios][core] Support for views in function's arguments (#21829)
Co-authored-by: Tomasz Sapeta <[email protected]>
|
| #
ea36f426 |
| 22-Mar-2023 |
Tomasz Sapeta <[email protected]> |
[core][ios] Native functions on native component instances (#21746)
|
| #
b26c9e7d |
| 11-Jan-2023 |
Tomasz Sapeta <[email protected]> |
[core] Cache registered native components to prevent errors on fast refresh (#20788)
|
| #
9b26454e |
| 08-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[workspace] bump and align TypeScript version (#20392)
|
| #
7ce2e3f9 |
| 17-Mar-2022 |
Tomasz Sapeta <[email protected]> |
[core] Stop relying on deprecated ViewPropTypes (#16207)
|
| #
fe1bb3e9 |
| 19-Nov-2021 |
Bartłomiej Klocek <[email protected]> |
Fix package name in some warning (#15241)
|
| #
6da15324 |
| 27-Aug-2021 |
Bartosz Kaszubowski <[email protected]> |
[eslint-config] bump dependencies and minimum required lint tools versions (#13858)
Co-authored-by: James Ide <[email protected]>
|
| #
37917d47 |
| 13-Aug-2021 |
Łukasz Kosmaty <[email protected]> |
[modules-core] Move js code (#13895)
# Why
Moves js code from `@unimodules/core` and `react-native-adapter` to `expo-modules-core`
# How
- Move js code.
- Make sure everything is compiling
[modules-core] Move js code (#13895)
# Why
Moves js code from `@unimodules/core` and `react-native-adapter` to `expo-modules-core`
# How
- Move js code.
- Make sure everything is compiling
# Test Plan
- bare-expo
- ios ✅
- android ✅
- expo go
- ios ✅
- android ✅
show more ...
|