History log of /expo/apps/native-component-list/src/screens/SegmentedControlScreen.tsx (Results 1 – 7 of 7)
Revision Date Author Comments
# d7cecc36 08-Dec-2021 Brent Vatne <[email protected]>

[ncl] Update segmented control text


# 230255f4 01-Oct-2021 Will Schurman <[email protected]>

[native-component-list] Make segmented control behavior clearer (#14598) (#14602)


# 90d7587a 21-Feb-2021 Tomasz Sapeta <[email protected]>

[ios] Update react-native-segmented-control to 2.3.0 (#11996)


# 45f21253 18-Sep-2020 Stanisław Chmiela <[email protected]>

[ncl] Ignore TS errors in screens copied from 3rd party libraries (#10226)

# Why

There are many TypeScript errors in NCL. Some of them are coming from 3rd party libraries example screens which we

[ncl] Ignore TS errors in screens copied from 3rd party libraries (#10226)

# Why

There are many TypeScript errors in NCL. Some of them are coming from 3rd party libraries example screens which we don't intend to keep fixed/maintained with TS.

# How

Added `@ts-nocheck` at the top of screens copied from libraries.

# Test Plan

TS errors from these files are no longer reported by TS.

show more ...


# 3b1a1e96 05-Aug-2020 Stanisław Chmiela <[email protected]>

[@react-native-community/segmented-control] Upgrade to 2.1.0 (#9534)

# Why

I accidentally pushed `@react-native-community/segmented-control` straight upgrade to `master` (see https://github.com/e

[@react-native-community/segmented-control] Upgrade to 2.1.0 (#9534)

# Why

I accidentally pushed `@react-native-community/segmented-control` straight upgrade to `master` (see https://github.com/expo/expo/commit/ae45e23931745e6973e9d5221bf6837757031ef5)

# How

I have also updated the test screen to verify now and in the future that the new feature — images in segments — works as expected.

# Test Plan

I have verified that the library works as expected.

<img width="383" alt="Zrzut ekranu 2020-08-3 o 18 56 46" src="https://user-images.githubusercontent.com/1151041/89207474-15d36e80-d5bb-11ea-898e-e20dfeac36e5.png">

show more ...


# e331da1d 18-Jun-2020 Evan Bacon <[email protected]>

[chore] Fix lint and typescript errors in NCL (#8861)

* Fix lint errors

* Revice web unimplemented views

* Delete useDimensions.ts

* Remove unused screen object properties

* Convert to f

[chore] Fix lint and typescript errors in NCL (#8861)

* Fix lint errors

* Revice web unimplemented views

* Delete useDimensions.ts

* Remove unused screen object properties

* Convert to functional components

* Fix TypeScript errors

* Fix subscription bug

show more ...


# 75490e99 22-May-2020 Maria Marchenkova <[email protected]>

[ios] Add vendored @react-native-community/segmented-control (#8038)