| #
e1f25825 |
| 08-Aug-2023 |
Łukasz Kosmaty <[email protected]> |
[core] Move `defineProperty` and `ObjectDeallocator` to common code (#23860)
# Why
Moves `defineProperty` and `ObjectDeallocator` to common code.
# Test Plan
- bare-expo ✅
- native-tester
[core] Move `defineProperty` and `ObjectDeallocator` to common code (#23860)
# Why
Moves `defineProperty` and `ObjectDeallocator` to common code.
# Test Plan
- bare-expo ✅
- native-tester ✅
show more ...
|
| #
fa88aeb8 |
| 29-Aug-2022 |
Tomasz Sapeta <[email protected]> |
[modules][ios] Defer the creation of module's JS object until its first usage (#18863)
|
| #
78516026 |
| 16-May-2022 |
Tomasz Sapeta <[email protected]> |
[ios] Add the registry for shared objects (#17514)
|
| #
ce45e284 |
| 05-May-2022 |
Tomasz Sapeta <[email protected]> |
[ios] Dynamic properties in the Sweet API (#17318)
|
| #
447e3428 |
| 29-Apr-2022 |
Tomasz Sapeta <[email protected]> |
[ios] Split the implementation of async and sync functions (#17188)
|
| #
9bc9ec42 |
| 13-Apr-2022 |
Tomasz Sapeta <[email protected]> |
[ios] Implement more functionalities to JavaScriptObject (#16991)
|
| #
bd0cffe7 |
| 30-Mar-2022 |
Tomasz Sapeta <[email protected]> |
[ios] Revert TurboModule implementation of NativeModulesProxy (#16825)
|
| #
370fa39d |
| 28-Feb-2022 |
Kudo Chien <[email protected]> |
[android][ios] Fix versioning for expo go after react-native 0.67.2 upgrade (#16401)
# Why
for sdk45 and based on #16400
# How
- [tools] Fix versioning tools for react-native 0.67.2 upgrade
[android][ios] Fix versioning for expo go after react-native 0.67.2 upgrade (#16401)
# Why
for sdk45 and based on #16400
# How
- [tools] Fix versioning tools for react-native 0.67.2 upgrade
- [expo-modules-core][ios] Fix missing `EX` prefix to some objective-c files for versioning support
- [autolinking] Apply our cocoapods fix for `React-Core` swift support to versioned code
- [expo-updates] fix an incompatible `ReactInstanceManager` in UpdatesPackage where UpdateController is unversioned but UpdatePackage is versioned.
- [expo-file-system] okhttp/okio code for new versioned code build successfully. this is done in #16446
# Test Plan
- `et add-sdk -p android -s 45.0.0` and build/launch sdk 45 expo go with sdk 45 ncl
- `et add-sdk -p ios -s 45.0.0` and build/launch sdk 45 expo go with sdk 45 ncl
show more ...
|