Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.03 KB

File metadata and controls

71 lines (49 loc) · 1.03 KB
sidebar_position 2
title Getting Started

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

Getting Started

Platform Support

Android iOS

Installation

npm install @react-native-ml-kit/barcode-scanning
yarn add @react-native-ml-kit/barcode-scanning

Project Setup

:::info Development Build Required This package uses native code and will not work in Expo Go. :::

Rebuild your project to include the native module:

npx expo prebuild
# then
npx expo run:ios
# or
npx expo run:android

iOS Setup

Install the CocoaPods dependency:

cd ios && pod install

Android Setup

No extra steps needed (autolinking).