| #
d58f61ae |
| 07-Oct-2022 |
Kudo Chien <[email protected]> |
[android][ios] Upgrade @react-native-community/slider to 4.2.4 (#19424)
# Why
close ENG-6538
the latest slider version is v4.3.2, but it is incompatible with reanimated layout animation setup.
[android][ios] Upgrade @react-native-community/slider to 4.2.4 (#19424)
# Why
close ENG-6538
the latest slider version is v4.3.2, but it is incompatible with reanimated layout animation setup. mainly because it uses the [dispatchModern](https://github.com/callstack/react-native-slider/blob/7afcaeb754aad6e362cbf43da2d5ff32a1feb1f3/package/android/src/main/java/com/reactnativecommunity/slider/ReactSliderEvent.java#L50-L53). as we doesn't support fabric on android expo go, it should be fine to not upgrade slider 4.3 which is mainly for fabric support.
# How
- update to new style vendoring
- `et uvm -m @react-native-community/slider -c v4.2.4 -p android`
- `et uvm -m @react-native-community/slider -c v4.2.4 -p ios`
# Test Plan
- android unversioned expo go + NCL slider
- ios unversioned expo go + NCL slider
show more ...
|
| #
a1a2c328 |
| 05-Jul-2022 |
Kudo Chien <[email protected]> |
[ios] Add @shopify/react-native-skia vendoring support for Expo Go (#17704)
# Why
close ENG-4889
# How
- add skia example in ncl
- update vendoring tools to support react-native-skia that
[ios] Add @shopify/react-native-skia vendoring support for Expo Go (#17704)
# Why
close ENG-4889
# How
- add skia example in ncl
- update vendoring tools to support react-native-skia that will download files from npm, because prebuilt skia libraries are only accessible from npm.
- update versioning tools to support react-native-skia.
considering react-native-skia is still actively changed, i will update vendoring code later in separated pr.
# Test Plan
- `et uvm -m @shopify/react-native-skia -p ios -c 0.1.130` + unversioned skia ncl example
- `et add-sdk -p ios -s 45.0.0 -v '@shopify/react-native-skia'` + sdk 45 skia ncl example
show more ...
|
| #
9bf0723b |
| 20-Apr-2022 |
Kudo Chien <[email protected]> |
[tools] move ios versioned `FBReactNativeSpec` out from build directory (#17133)
# Why
unlike react-native's `FBReactNativeSpec` where placed inside build/, our versioned code is committed into g
[tools] move ios versioned `FBReactNativeSpec` out from build directory (#17133)
# Why
unlike react-native's `FBReactNativeSpec` where placed inside build/, our versioned code is committed into git and should not place inside build/.
# How
move generated FBReactNativeSpec from `ios/build/ABI45_0_0/generated/ios/ABI45_0_0FBReactNativeSpec/ABI45_0_0FBReactNativeSpec.h` to `ios/versioned-react-native/ABI45_0_0/ReactNative/codegen/ios/ABI45_0_0FBReactNativeSpec/ABI45_0_0FBReactNativeSpec.h`
# Test Plan
`et add-sdk -p ios -s 45.0.0` + versioned ios expo go build
show more ...
|
| #
a272999e |
| 11-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[tools] add and hook up lint setup, remove `module-scripts` (#16974)
|
| #
1967a7da |
| 07-Apr-2022 |
Kudo Chien <[email protected]> |
[android][ios] Upgrade react-native-safe-area-context to 4.2.4 (#16939)
# Why
close ENG-4506
# How
- [tools] introduce codegen from vendoring packages because the new safe-area-context uses
[android][ios] Upgrade react-native-safe-area-context to 4.2.4 (#16939)
# Why
close ENG-4506
# How
- [tools] introduce codegen from vendoring packages because the new safe-area-context uses codegen
- `et uvm -m react-native-safe-area-context -c "v4.2.4"`
# Test Plan
- android unversioned expo go + NCL
- ios unversioned expo go + NCL
show more ...
|
| #
1032c4b9 |
| 03-Apr-2022 |
Tomasz Sapeta <[email protected]> |
[tools] Support custom paths to package.json of vendored libs (#16899)
|
| #
a1a0cab6 |
| 16-Feb-2021 |
Tomasz Sapeta <[email protected]> |
[tools] Use new vendoring by default and fall back to legacy if needed (#11945)
|
| #
9657025f |
| 09-Jan-2021 |
Tomasz Sapeta <[email protected]> |
[tools] New config-based vendoring that supports Swift (#11488)
|
| #
eeffdb10 |
| 21-Dec-2020 |
Tomasz Sapeta <[email protected]> |
[tools] Move tools/expotools one folder up (#11410)
|