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.
Replies: 2 comments
-
|
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.
-
|
You can try out this repo for more evaluation. |
Beta Was this translation helpful? Give feedback.
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 { ... } }: