This project uses @extrieve_technologies/quickcapture_react_native (native module), so Expo Go will NOT work.
You must build a development client.
- Node.js 18 LTS or 20 LTS
- Java 17
- Android Studio (Android SDK + platform tools)
Install via Android Studio → SDK Manager:
- Android SDK Platform (API 34 recommended)
- Android SDK Build-Tools
- Android SDK Platform-Tools
- Android SDK Command-line Tools (latest)
npm install
npx expo prebuild --cleanThis will create new directory
Replace the current path with your android sdk path.
/android/
add dependency of maven repo
maven {url 'https://expack.extrieve.in/maven/'}
Copy paste above line in android/build.gradle file.
Your file will look like this...
allprojects {
repositories {
...
...
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
maven {url 'https://expack.extrieve.in/maven/'} //This is important
}
}
npx expo run:androidnpx expo start