Revision Date Author Comments
# 44428972 15-Jun-2023 Douglas Lowder <[email protected]>

[Android][iOS] @react-native-community/netinfo 9.3.10, react-native-pager-view to 6.2.0 (#22892)


# c615fa2e 25-Jan-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[android][ios] Upgrade react-native-pager-view to 6.1.2 (#20932)

# Why

Closes ENG-7320

# How

```sh
et uvm -m react-native-pager-view -c v6.1.2
et pods -f
yarn
```


# Test Plan

[android][ios] Upgrade react-native-pager-view to 6.1.2 (#20932)

# Why

Closes ENG-7320

# How

```sh
et uvm -m react-native-pager-view -c v6.1.2
et pods -f
yarn
```


# Test Plan

- [x] test unversioned expo go ios + NCL Pager View
- [x] test unversioned expo go android + NCL Pager View

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

show more ...


# 5d2a4fa1 12-Oct-2022 Brent Vatne <[email protected]>

[android][ios] Upgrade react-native-pager-view to 6.0.1 (#19528)


# c74978f4 05-Jul-2022 Kudo Chien <[email protected]>

[android][ios] Upgrade react-native-pager-view to 5.4.24 (#18084)

# Why

close ENG-5512

# How

`et uvm -m react-native-pager-view -c 'v5.4.24'`

# Test Plan

- unversioned android/ios exp

[android][ios] Upgrade react-native-pager-view to 5.4.24 (#18084)

# Why

close ENG-5512

# How

`et uvm -m react-native-pager-view -c 'v5.4.24'`

# Test Plan

- unversioned android/ios expo go + NCL pager view

show more ...


# 17a5dad1 02-Apr-2022 Brent Vatne <[email protected]>

Update react-native-pager-view to 5.4.15 (#16890)


# fdd57afc 30-Nov-2021 Brent Vatne <[email protected]>

Upgrade react-native-pager-view (#15348)


# dcc8a51d 06-Oct-2021 Kudo Chien <[email protected]>

[android][ios] update vendored react-native-pager-view (#14657)

# Why

update for sdk43 and fixed regression issues.

# How

- `et update-vendored-module -m react-native-pager-view -c v5.4.6`

[android][ios] update vendored react-native-pager-view (#14657)

# Why

update for sdk43 and fixed regression issues.

# How

- `et update-vendored-module -m react-native-pager-view -c v5.4.6`
- `et add-sdk -p ios -s 43.0.0 -v react-native-pager-view`
- `et remove-sdk -p android -s 43.0.0 ; et add-sdk -p android -s 43.0.0`

# Test Plan

NCL

show more ...


# 43babc79 14-Sep-2021 Charlie Cruzan <[email protected]>

[react native pager view] update for SDK 43 (#14349)

* delete previous ios files

* remove old android files

* update versioning scripts

* et uvm

* fix builds on android

* update NCL

[react native pager view] update for SDK 43 (#14349)

* delete previous ios files

* remove old android files

* update versioning scripts

* et uvm

* fix builds on android

* update NCL

* changelog

* fix lint

* run spotlessApply

* upgrade to 5.4.4

* npm run setup:native

show more ...