History log of /expo/packages/expo-modules-core/ios/Swift/Views/ViewModuleWrapper.swift (Results 1 – 14 of 14)
Revision Date Author Comments
# db6683c6 19-Aug-2023 Kudo Chien <[email protected]>

[core][dev-menu] fix react-native 0.73 compatibility [2/3] (#24019)

# Why

fix react-native 0.73 compatibility. this pr focus on react-native 0.73 breaking changes.

# How

- [core] fix compat

[core][dev-menu] fix react-native 0.73 compatibility [2/3] (#24019)

# Why

fix react-native 0.73 compatibility. this pr focus on react-native 0.73 breaking changes.

# How

- [core] fix compatibility of `NativeMethodCallInvoker` renaming: https://github.com/facebook/react-native/commit/b70f186b53
- [dev-menu] fix compatibility of `RCTAppDelegate` changes.
- [core] fix ios runtime crash from [upstream change](https://github.com/facebook/react-native/blob/540c41be9/packages/react-native/React/Views/RCTComponentData.m#L506-L507)
- [core] fix android build error because BOOST_VERSION is removed from `gradle.properties`

# Test Plan

ci passed in #23961 (https://github.com/expo/expo/pull/23961/checks)

show more ...


# b2cd4395 30-Apr-2023 Tomasz Sapeta <[email protected]>

[core][iOS] Drop proxiedProperties prop (#22280)


# 553b6180 27-Mar-2023 Tomasz Sapeta <[email protected]>

[ios][core] Pass AppContext to dynamic types and convertibles (#21819)

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


# 75692cd5 09-Jan-2023 Tomasz Sapeta <[email protected]>

[core][ios] Fix view prop setters ignoring null and undefined values (#20755)


# acc1a190 14-Oct-2022 Tomasz Sapeta <[email protected]>

[modules][ios] Introduce view lifecycle methods (#19549)


# e5ee837a 23-Aug-2022 Tomasz Sapeta <[email protected]>

[modules][ios] Improve views creation to better support recycling (#18761)


# 97075668 06-Aug-2022 Tomasz Sapeta <[email protected]>

[ios] Experimental Expo modules support for Fabric (#18500)

Co-authored-by: Kudo Chien <[email protected]>


# 765b47da 30-Dec-2021 Tomasz Sapeta <[email protected]>

[ios] Fix lint issues in Swift files (#15640)


# e217f0cc 29-Dec-2021 Tomasz Sapeta <[email protected]>

[core][ios] Add support for view prop callbacks (#15731)


# a3f4993b 10-Nov-2021 Tomasz Sapeta <[email protected]>

[sweet][ios] Use argument conversions in view props setters (#15132)


# 5801db0a 03-Nov-2021 Tomasz Sapeta <[email protected]>

[ios] Optimize compiling Swift files (#15025)


# 9e287264 07-Sep-2021 Tomasz Sapeta <[email protected]>

[core] Add missing imports to iOS frameworks (#14313)


# 4dda5226 23-Aug-2021 Tomasz Sapeta <[email protected]>

[ios][core] Automatically register expo modules (#14132)


# 1f61a046 22-Jul-2021 Tomasz Sapeta <[email protected]>

[swift] Implement view managers with the new Swift API (#13704)