History log of /expo/apps/native-component-list/src/screens/LocalizationScreen.tsx (Results 1 – 9 of 9)
Revision Date Author Comments
# 52d64055 20-Jun-2023 aleqsio <[email protected]>

[expo-localization] Add hooks, config plugin changes and more features to expo-localization (#22763)


# 17185210 05-Oct-2022 aleqsio <[email protected]>

[ENG-6235][localization] Add sync methods to expo localization (#19019)

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

[ENG-6235][localization] Add sync methods to expo localization (#19019)

Co-authored-by: Łukasz Kosmaty <[email protected]>
Co-authored-by: Tomasz Sapeta <[email protected]>
Co-authored-by: Aman Mittal <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>

show more ...


# 35f78160 01-Sep-2021 Bartosz Kaszubowski <[email protected]>

[eslint-config] remove `arrowParens` overwrite, reformat files (#14232)


# f6859d74 14-Nov-2020 Brent Vatne <[email protected]>

Update a few vendored native modules (#11029)

* [react-native-safe-area-context] Small version bump

* [react-native-segmented-control] Bump version

* [@react-native-community/netinfo] Bump ver

Update a few vendored native modules (#11029)

* [react-native-safe-area-context] Small version bump

* [react-native-segmented-control] Bump version

* [@react-native-community/netinfo] Bump version

* [@react-native-community/picker] Bump version

* [react-native-gesture-handler] Bump version

* [ncl] Small improvements while testing

* [@react-native-picker/picker] Rename @react-native-community/picker everywhere

* Update CHANGELOG

* [ncl] Fix lint errors

show more ...


# 711270f5 30-Sep-2020 Stanisław Chmiela <[email protected]>

[ncl] Fix lint warnings (#10443)

# Why

Let's make NCL a top-notch application, always tidy etc.

# How

- configured ESLint for NCL
- fixed all warnings automatically
- changed manually all

[ncl] Fix lint warnings (#10443)

# Why

Let's make NCL a top-notch application, always tidy etc.

# How

- configured ESLint for NCL
- fixed all warnings automatically
- changed manually all `React.Component<object, …` that ESLint "automatically fixed" to `<{}` as per https://github.com/expo/expo/pull/10229#discussion_r490961694

# Test Plan

`yarn lint` no longer warns about warnings.

show more ...


# cd784c72 24-Sep-2020 Stanisław Chmiela <[email protected]>

[ncl] Fix most of the TS errors adding types (#10229)

# Why

NCL is full of errors.

# How

Went through all of them and fixed them as it made sense in my opinion.

# Test Plan

TS no long

[ncl] Fix most of the TS errors adding types (#10229)

# Why

NCL is full of errors.

# How

Went through all of them and fixed them as it made sense in my opinion.

# Test Plan

TS no longer complains that much.

show more ...


# 0ac97ae2 02-Jun-2020 Eric Samelson <[email protected]>

[ncl] fixes from Android unversioned QA (#8604)

* [ncl] prettier fixes (separate commit)

* [ncl] fix remaining Picker imports

* [ncl] fix Linking screen

* [ncl] fix style and auth session r

[ncl] fixes from Android unversioned QA (#8604)

* [ncl] prettier fixes (separate commit)

* [ncl] fix remaining Picker imports

* [ncl] fix Linking screen

* [ncl] fix style and auth session redirect on WebBrowser screen

show more ...


# a47a1472 14-May-2019 Ville Immonen <[email protected]>

[ncl][test-suite] Change imports to SDK 33 syntax with the codemod (#4219)

* [ncl][test-suite] Change imports to SDK 33 syntax with the codemod

* [ncl][test-suite] Add new imported packages to de

[ncl][test-suite] Change imports to SDK 33 syntax with the codemod (#4219)

* [ncl][test-suite] Change imports to SDK 33 syntax with the codemod

* [ncl][test-suite] Add new imported packages to dependencies

show more ...


# 69185572 23-Apr-2019 Bartłomiej Bukowski <[email protected]>

@bbarthec/migrate native component list to typescript (#3975)

* [ncl] Migrate to TypeScript

* [ncl] fix runtime on mobile devices

* [ncl] Apply review suggestions