History log of /expo/apps/native-component-list/src/screens/BarCodeScannerScreen.tsx (Results 1 – 13 of 13)
Revision Date Author Comments
# dd9570b9 18-Aug-2022 Bartosz Kaszubowski <[email protected]>

[docs] APISection: display hooks which are a property of class components (#18630)


# 972c2d8b 08-Dec-2021 Cedric van Putten <[email protected]>

[ncl][barcode-scanner] Use built-in permission requester in example (#15466)

* [ncl][barcode-scanner] Use built-in permission requester in example

* [ncl][barcode-scanner] Make buttons blue when

[ncl][barcode-scanner] Use built-in permission requester in example (#15466)

* [ncl][barcode-scanner] Use built-in permission requester in example

* [ncl][barcode-scanner] Make buttons blue when toggled

show more ...


# 5d59e2b8 20-Mar-2021 Brent Vatne <[email protected]>

[ncl] A bunch of improvements while testing


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


# cf13b9bd 03-Jul-2020 Łukasz Kosmaty <[email protected]>

[expo-barcode-scanner][ncl] Fix `each child in a list should have a unique "key" prop.` (#9005)


# 91d99453 29-Jun-2020 Evan Bacon <[email protected]>

Migrate to react-navigation v5 (#8857)

* Migrate apps/ to use react-navigation v5

* Update GeofencingScreen.tsx

* Update GeofencingScreen.tsx

* Updated useFocusEffect

* Update MediaLibra

Migrate to react-navigation v5 (#8857)

* Migrate apps/ to use react-navigation v5

* Update GeofencingScreen.tsx

* Update GeofencingScreen.tsx

* Updated useFocusEffect

* Update MediaLibraryScreen.tsx

* Update GeofencingScreen.tsx

* Updated onFocus methods

* Update BackgroundLocationMapScreen.tsx

* Fix tab loading

* Update ExpoComponents.ts

* Updated Media Library

* fix bare-expo routing in e2e

* Update TaskManagerScreen.tsx

* Improve linking configuration

* Update MainNavigator.tsx

* Updated prop signature

* Update MainNavigator.tsx

Co-authored-by: Brent Vatne <[email protected]>

show more ...


# bd4c8242 23-Jun-2020 Łukasz Kosmaty <[email protected]>

[expo-barcod-scanner] Return bounding box (#8865)

# Why

Fixes https://github.com/expo/expo/issues/8754 and https://github.com/expo/expo/issues/2700.

# How

- Readd the bounding box informati

[expo-barcod-scanner] Return bounding box (#8865)

# Why

Fixes https://github.com/expo/expo/issues/8754 and https://github.com/expo/expo/issues/2700.

# How

- Readd the bounding box information on Android (previously added by https://github.com/expo/expo/pull/2904).
- Add the same functionality to iOS.
- Update NCL and test-suite

Unfortunately, currently, we don't always return this information on iOS. For some barcode types, there is a problem with converting point coordinates from one space to another.

# Test Plan

Tested using updated NCL and test-suite:
- iOS ✅
- Android ✅

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


# ee295080 28-Jan-2020 Łukasz Kosmaty <[email protected]>

[expo-screen-orientation] Extract to unimodule (#6760)

* create screen-orientation unimodule

* [screen-orientation] Apply PR suggestions & comments

* [expo-screen-orientation] Rewrite to kotli

[expo-screen-orientation] Extract to unimodule (#6760)

* create screen-orientation unimodule

* [screen-orientation] Apply PR suggestions & comments

* [expo-screen-orientation] Rewrite to kotlin

* [expo-screen-orientation] Apply requested changes

* [expo-screen-orientation] Fix NCL

* [expo-screen-orientation] Fix test-suite

* [expo-screen-orientation] Fix notch detection

* [expo-screen-orientation] Remove unused enum

* [expo-screen-orientation] Fix NCL on iOS

* [expo-screen-orientation] Change the scoped logic

* [expo-screen-orientation] Remove EXModuleRegisterBinding

* [expo-screen-orientation] Fix test-suite on iOS

* [expo-screen-orientation] Apply requested changes

* [expo-screen-orientation] Use traitCollectionsDidChange

* [expo-screen-orientation] Fix orientation on iPads

* [expo-screen-orientation] Apply requested changes

* [expo-screen-orientation] Remove ALL_BUT_UPSIDE_DOWN

* [expo-screen-orientation] Rename & refactor

* [expo-screen-orientation] Update pods

* [expo-screen-orientation] Update module-scripts version

* [expo-screen-orientation] Fix bare-expo & CI

Co-authored-by: Wojciech Lewicki <[email protected]>

show more ...


# 1f9c336a 12-Nov-2019 Bartłomiej Bukowski <[email protected]>

[BarcodeScanner][iOS] Fix scanning PDF417 with \0 (null) charac… (#5976)

* [BarcodeScanner][iOS] Add ZXing barcode scanning library

* [BarcodeScanning][iOS] Fix PDF417 code scanning containing u'

[BarcodeScanner][iOS] Fix scanning PDF417 with \0 (null) charac… (#5976)

* [BarcodeScanner][iOS] Add ZXing barcode scanning library

* [BarcodeScanning][iOS] Fix PDF417 code scanning containing u'\0' (null) characters

* Update CHANGELOG

* [BarcodeScanner][iOS] Limit ZXing library to only PDF417 related files

* [BarcodeScanner][iOS] Make ZXing scan Code39 barcode type

show more ...


# 6e2bfc6b 21-May-2019 Tomasz Sapeta <[email protected]>

[ncl] fix a few warnings and imports


# 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