Revision Date Author Comments
# 5d715522 22-Dec-2022 Alan Hughes <[email protected]>

[iOS][barcode-scanner] Migrate view manager to new API (#20441)


# 4d764e3a 22-Nov-2022 Hirbod <[email protected]>

[ios] Fix importing barcode scanner interfaces on case-sensitive file systems (#20141)


# f814088e 13-May-2021 Tomasz Sapeta <[email protected]>

[barcode] Migrate interface to expo-modules-core (#12912)


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


# 8d441c7e 14-Mar-2019 Stanisław Chmiela <[email protected]>

[packages] Move unimodules foundation to `org.unimodules` scope


# eafa96e0 10-Oct-2018 Stanisław Chmiela <[email protected]>

Move universal modules to packages (#2380)

* Move modules to packages

* Remove unused, old, unmaintained standalone projects

* Replace ['"/]modules['"/] with packages

* Run pod install afte

Move universal modules to packages (#2380)

* Move modules to packages

* Remove unused, old, unmaintained standalone projects

* Replace ['"/]modules['"/] with packages

* Run pod install after regenerating ios files

show more ...