QuickCapture with Expo – How to Integrate? #48
-
|
Could you please guide me on how to integrate the QuickCapture React Native package into a React Native Expo project? |
Beta Was this translation helpful? Give feedback.
Answered by
NikhilSingh-Extrieve
Feb 12, 2026
Replies: 1 comment
-
|
Yes, you can integrate Steps:
npm install @extrieve_technologies/quickcapture_react_native
npm i expo-dev-client
npx expo prebuild --clean
maven {url 'https://expack.extrieve.in/maven/'}
npx expo run:android
npx expo startThat’s it. After this, use the installed development build (not Expo Go) to run the app. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Amal-Karunakaran-EX0210
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can integrate
@extrieve_technologies/quickcapture_react_nativeinto an Expo project.Since it’s a native module, you need to use an Expo dev Client. Make sure the Android SDK is installed on your system.
Steps:
local.propertiesin the project root with your Android SDK path.local.propertiesfile into theandroid/folder.android/build.gradleallprojects { repositories { ... } }: