History log of /expo/tools/src/Transforms.types.ts (Results 1 – 5 of 5)
Revision Date Author Comments
# 1a8a11e6 07-Jul-2023 aleqsio <[email protected]>

[expo-tools] Check for unused transforms for vendored code. (#22938)


# 4ab6f4c5 23-Aug-2022 Kudo Chien <[email protected]>

[ios][tools] Fix unversioned codegen scripts not updated (#18344)

# Why

some react-native codegen scripts in script_phases.rb are not versioned, e.g. [`get_script_phases_no_codegen_discovery`](ht

[ios][tools] Fix unversioned codegen scripts not updated (#18344)

# Why

some react-native codegen scripts in script_phases.rb are not versioned, e.g. [`get_script_phases_no_codegen_discovery`](https://github.com/expo/expo/blob/85a1f11cbcd6fbac54984d3396655fd4edcd46d7/ios/versioned-react-native/ABI46_0_0/ReactNative/scripts/react_native_pods_utils/script_phases.rb#L22). this will overwrite the unversioned codegen scripts, so [the latest change for with-environment.sh execution](https://github.com/expo/react-native/blob/e25372b2f95a580f61479fa6376a8f75b5460e99/scripts/react_native_pods_utils/script_phases.rb#L48-L49) will not be applied.

# How

- [ios] versioning methods in `script_phases.rb` in sdk 45/46 code.
- [tools] refactor `generateReactNativePodScriptAsync` to use `copyFileWithTransformsAsync`
- [tools] versioning methods in `script_phases.rb`

# Test Plan

- `et remove-sdk -p ios -s 46.0.0` + `et add-sdk -p ios -s 46.0.0` and make sure no changes in scripts/ folder
- `et pods -f` and check `ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json` has `with-environment.sh`

show more ...


# f194f574 05-Jul-2022 Wojciech Kozyra <[email protected]>

[versioning][android] Support react-native 69 (#18032)

* [skip ci] suppoort rn69

* version expo-modules-core

* review feedback + small cleanup


# 23e91912 22-Jun-2022 Wojciech Kozyra <[email protected]>

[versioning][android] rewrite expoview versioning to ts (#17931)

* [versioning][android] rewrite expoview versioning

* review feedback + move stuff around


# 9657025f 09-Jan-2021 Tomasz Sapeta <[email protected]>

[tools] New config-based vendoring that supports Swift (#11488)