Skip to content
Discussion options

You must be logged in to vote

Yes, you can integrate @extrieve_technologies/quickcapture_react_native into 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:

  1. Install dependencies and generate native projects:
npm install @extrieve_technologies/quickcapture_react_native
npm i expo-dev-client
npx expo prebuild --clean
  1. Configure Android SDK:
  • Update local.properties in the project root with your Android SDK path.
  • Copy the same local.properties file into the android/ folder.
  1. Add Extrieve Maven repository:
  • Open android/build.gradle
  • Add this inside allprojects { repositories { ... } }:
maven {url 'https://expack.extrieve.in/…

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants