| #
5d715522 |
| 22-Dec-2022 |
Alan Hughes <[email protected]> |
[iOS][barcode-scanner] Migrate view manager to new API (#20441)
|
| #
00ec8cab |
| 04-Jan-2022 |
Evan Bacon <[email protected]> |
Use declaration maps (#15782)
* Added declarationMap to base tsconfig
* et cp -a --no-lint --no-test --no-uniformity-check
|
| #
8285c032 |
| 13-Aug-2021 |
Tomasz Sapeta <[email protected]> |
Rename unimodules imports to expo-modules-core
|
| #
470c2db6 |
| 14-Jan-2020 |
Stanisław Chmiela <[email protected]> |
[@unimodules/react-native-adapter] Export ProxyNativeModule (#6759)
# Why
`ProxyNativeModule` type may come in handy in other type-safe unimodules which want to rely on the listener functionality
[@unimodules/react-native-adapter] Export ProxyNativeModule (#6759)
# Why
`ProxyNativeModule` type may come in handy in other type-safe unimodules which want to rely on the listener functionality.
# How
Exported `ProxyNativeModule`, rebuilt all the packages.
# Test Plan
Code compiles, so ✅
show more ...
|
| #
9ab5f539 |
| 07-Feb-2019 |
Evan Bacon <[email protected]> |
[TypeScript] Migrated expo-barcode-scanner (#3415)
* Added TypeScript
* Updated Web
* Added `UnavailabilityError`s
* Added unit tests
* Added tests to CI
* Fixed export
* Update packages
[TypeScript] Migrated expo-barcode-scanner (#3415)
* Added TypeScript
* Updated Web
* Added `UnavailabilityError`s
* Added unit tests
* Added tests to CI
* Fixed export
* Update packages/expo-barcode-scanner/src/BarCodeScanner.tsx
Co-Authored-By: EvanBacon <[email protected]>
* Update packages/expo-barcode-scanner/src/BarCodeScanner.tsx
Co-Authored-By: EvanBacon <[email protected]>
* Updated props
* Deleted references
* Removed unused types
* Removed deprecated
show more ...
|