History log of /expo/packages/expo-modules-core/ios/JSI/EXJavaScriptRuntime.h (Results 1 – 14 of 14)
Revision Date Author Comments
# ccc1ae54 22-May-2023 Tomasz Sapeta <[email protected]>

[core][iOS] Add CoreModule defining the `global.expo` object (#22567)


# 7a261681 23-Apr-2023 Tomasz Sapeta <[email protected]>

[core][iOS] Initializing and returning shared objects from the native side (#22195)

Co-authored-by: Tomasz Sapeta <[email protected]>


# 1bed2683 28-Sep-2022 Tomasz Sapeta <[email protected]>

[modules][ios] Install modules host object as `global.expo.modules` instead of `global.ExpoModules` (#19273)


# 419852c4 26-May-2022 Tomasz Sapeta <[email protected]>

[ios] Convenience function to evaluate multiline source code (#17631)


# 4d7ea828 26-May-2022 Tomasz Sapeta <[email protected]>

[ios] Better error handling in the synchronous functions (#17628)


# 9b8bcdc4 23-May-2022 Tomasz Sapeta <[email protected]>

[ios] Classes with associated shared object type (#17525)


# 78516026 16-May-2022 Tomasz Sapeta <[email protected]>

[ios] Add the registry for shared objects (#17514)


# 7e0c1e78 12-May-2022 Tomasz Sapeta <[email protected]>

[ios] Add JS classes to the Sweet API (#17412)


# 447e3428 29-Apr-2022 Tomasz Sapeta <[email protected]>

[ios] Split the implementation of async and sync functions (#17188)


# c4fc6f47 11-Apr-2022 Tomasz Sapeta <[email protected]>

[ios] Pass function args to Swift as array of JS values (#16987)


# ec62a260 05-Apr-2022 Tomasz Sapeta <[email protected]>

[modules] Create ObjC wrapper for JSI values (#16910)


# 60410a3b 31-Mar-2022 Tomasz Sapeta <[email protected]>

Fix JSI runtime being unexpectedly deallocated by shared pointer (#16828)


# 4bcb0d98 28-Mar-2022 Tomasz Sapeta <[email protected]>

[core][ios] Evaluating JavaScript code from Swift (#16777)


# 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 ...