History log of /expo/tools/src/versioning/ios/versionExpoModules.ts (Results 1 – 10 of 10)
Revision Date Author Comments
# 01430c5e 30-Jun-2023 Tomasz Sapeta <[email protected]>

[tools] Allow for package-specific transforms in versioning script (#23227)


# 453643fe 22-Jun-2023 Kudo Chien <[email protected]>

[ios][core][tools] fix expo go versioning issues on ios (#23012)

# Why

fix expo-go ios versioning for sdk 49
close ENG-8955

# How

- a lot of mess transform rules update mainly for react-na

[ios][core][tools] fix expo go versioning issues on ios (#23012)

# Why

fix expo-go ios versioning for sdk 49
close ENG-8955

# How

- a lot of mess transform rules update mainly for react-native 0.72 and reanimated v3
- [core] rename `ExpoRuntime -> EXRuntime` in objc for versioning
- [updates] force casting for the `UpdatesConfig` (i'll leave comment for this)
- [react-native-lab] add correct dependencies to make versioned code build passed

# Test Plan

`et add-sdk -p ios -s 49.0.0` + ios versioned expo-go + sdk49 ncl

show more ...


# 6185d13d 26-Jan-2023 Kudo Chien <[email protected]>

[tools] fix ios versioning (#20953)

# Why

fix ios versioning after react-native 0.71 upgrade

# How

- [barcode-scanner] forward declaration for `ZXingObjC` to fix swift module build error fr

[tools] fix ios versioning (#20953)

# Why

fix ios versioning after react-native 0.71 upgrade

# How

- [barcode-scanner] forward declaration for `ZXingObjC` to fix swift module build error from umbrella header in versioned code
- [tools] update transforms mainly for `React-jsc` dedicated pod and some upstream cocoapods changes

# Test Plan

- expo go versioning ci passed
- `et add-sdk -p ios -s 48.0.0` & versioned ios expo go + sdk 48 ncl smoke test

show more ...


# c01d02da 06-Sep-2022 Tomasz Sapeta <[email protected]>

[tools] Fix versioning packages with common C++ code (#18988)


# 9caeeb0d 24-Aug-2022 Wojciech Kozyra <[email protected]>

[gl][ios] enable expo-gl-cpp versioning on iOS (#18783)

* rename files and types to work with a versioning process

* enable expo-gl versioning

* pod install

* [skip ci] update android trans

[gl][ios] enable expo-gl-cpp versioning on iOS (#18783)

* rename files and types to work with a versioning process

* enable expo-gl versioning

* pod install

* [skip ci] update android transform patch

* bare expo pod install

show more ...


# 2239438e 29-Mar-2022 Tomasz Sapeta <[email protected]>

[tools] Fix versioning on iOS (#16814)


# 1356999c 05-Oct-2021 Kudo Chien <[email protected]>

[tools][ios] fix duplicated resource bundle in versioned code (#14641)


# 12db4111 10-Sep-2021 Charlie Cruzan <[email protected]>

Remove expo-payments-stripe (#14382)

* rm -rf packages/expo-payments-stripe

* delete ABI code for expo-payments-stripe

* docs, changelog, and codeowner

* remove from ios, android, NCL, bare

Remove expo-payments-stripe (#14382)

* rm -rf packages/expo-payments-stripe

* delete ABI code for expo-payments-stripe

* docs, changelog, and codeowner

* remove from ios, android, NCL, bare-expo, and test-suite

* remove stripe-specific things from template-files

* remove EXPaymentsStripe-specific handling from versioning scripts

* remove last reference on android

* docs feedback

* Update CHANGELOG.md

Co-authored-by: Expo CI <[email protected]>

Co-authored-by: Expo CI <[email protected]>

show more ...


# 086befda 18-Aug-2021 andy <[email protected]>

[expotools] upgrade typescript to v4.3.5 (#14102)


# 941f41af 04-Aug-2021 Tomasz Sapeta <[email protected]>

[tools] Rewrite versioning expo modules (#13881)