History log of /expo/tools/src/Utils.ts (Results 1 – 9 of 9)
Revision Date Author Comments
# 5dab530b 31-Jan-2023 Tomasz Sapeta <[email protected]>

[tools] Publishing requested packages together with its dependencies and dependents (#20984)


# 1e029c89 16-Jan-2023 Tomasz Sapeta <[email protected]>

[tools] Adding "published" label to pull requests (#20840)


# 1833af43 06-Jul-2022 Kudo Chien <[email protected]>

[android] Add @shopify/react-native-skia vendoring support for Expo Go (#17964)

# Why

like #17704 but for android
close ENG-4889

# How

- introduce vendor modules autolinking for expo go.

[android] Add @shopify/react-native-skia vendoring support for Expo Go (#17964)

# Why

like #17704 but for android
close ENG-4889

# How

- introduce vendor modules autolinking for expo go.
previously, reanimated is the only vendor module having cxx code, we had a fixed versioning script for reanimated. because react-native-skia also has cxx code, i'm trying to keep the versioning more modularized and like what we did for ios versioning. ideally, a vendor module should have a dedicated gradle project. that's why i introduced a vendor module autolinking here.
- vendoring tool: add react-native-skia support
- versioning tool: trying to add a minimum support for new style versioning like ios.
currently, after transforming the code, i still prebuild the *.so to `jniLibs`. in the future when we commit `android/versioned-react-native/ABI46_0_0` to git, we can always build the versioned *.so from source.

# Test Plan

- android unversioned expo go + NCL skia
- android versioned expo go + NCL skia

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

show more ...


# a272999e 11-Apr-2022 Bartosz Kaszubowski <[email protected]>

[tools] add and hook up lint setup, remove `module-scripts` (#16974)


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

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


# c6ade495 16-Jan-2021 Tomasz Sapeta <[email protected]>

[tools] Cleanup transformFileAsync


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

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


# 9d43b932 23-Dec-2020 Tomasz Sapeta <[email protected]>

[et] Automatic comments on closed issues after publish (#11423)


# eeffdb10 21-Dec-2020 Tomasz Sapeta <[email protected]>

[tools] Move tools/expotools one folder up (#11410)