History log of /expo/apps/native-component-list/src/screens/LocalAuthenticationScreen.tsx (Results 1 – 10 of 10)
Revision Date Author Comments
# 35f78160 01-Sep-2021 Bartosz Kaszubowski <[email protected]>

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


# 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 ...


# 6729019b 01-Jun-2020 Tomasz Sapeta <[email protected]>

[local-authentication] Fix crash when `NSFaceIDUsageDescription` is not provided and device fallback is disabled (#8595)


# 425d5ccd 18-May-2020 Diego Mello <[email protected]>

[expo-local-authentication] Add support for `promptMessage`, `cancelLabel` and `disableDeviceFallback` on Android (#8219)

* [ANDROID] Add local authentication options

* Unify tests

* Remove em

[expo-local-authentication] Add support for `promptMessage`, `cancelLabel` and `disableDeviceFallback` on Android (#8219)

* [ANDROID] Add local authentication options

* Unify tests

* Remove empty space

* Use Map

* Change variables scope

* Fix lint

* Build

* Unnecessary empty space removal

* Add changelog

* Update packages/expo-local-authentication/CHANGELOG.md

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

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

show more ...


# f1d1431d 27-Nov-2019 Tomasz Sapeta <[email protected]>

[ncl] Some fixes and reformatting in NCL


# 9e39fced 17-Jun-2019 Tomasz Sapeta <[email protected]>

[docs][ios][local-authentication][ncl] move promptMessageIOS into option object (#4631)

# Why

Followup #4612

# How

Moved `promptMessageIOS` argument of `LocalAuthentication.authenticateAsy

[docs][ios][local-authentication][ncl] move promptMessageIOS into option object (#4631)

# Why

Followup #4612

# How

Moved `promptMessageIOS` argument of `LocalAuthentication.authenticateAsync` into the new `options` object, under `promptMessage` key.
This is a breaking change, but I hope this API will be better since this argument was required only on iOS (so it shouldn't be before options argument that is going to be used on both platform in the future).

# Test Plan

Tested on NCL example.

show more ...


# afb3ea8f 27-May-2019 Tomasz Sapeta <[email protected]>

[ncl] some improvements in native-component-list


# 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 ...


# a39d51b1 14-May-2019 Moses Paul R <[email protected]>

[ncl] Fix typo in LocalAuthenticationScreen.tsx (#4216)

Fixes Typo ��

# Why

There was a typo

# How

By typing the correct spelling

# Test Plan

I looked up the spelling ��


# 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