refactor: migrate from React Native to native Kotlin Android#19
Merged
Conversation
- Remove all React Native source files (src/, ios/, e2e/, __tests__, tests/) - Remove RN config files (babel, metro, jest, eslint, tsconfig, detox) - Remove RN dependencies and lock files - Update package.json for Android-only project (v2.0.0) - Update AGENTS.md with Kotlin/Compose documentation - Keep native Android Kotlin code (CameraX, ML Kit, Room, Compose) - Keep Espresso E2E tests and JUnit unit tests Co-Authored-By: Claude <noreply@anthropic.com>
- 27 Kotlin source files (MVVM architecture with Compose) - 21 test files (17 E2E + 4 JUnit unit tests) - CameraX + ML Kit OCR pipeline - Room database + DataStore settings - CardSnap branding (#0066FF primary color) - Deep link support (cardscanner://inject) - VCard/CSV export, contact sharing - Haptic feedback, network monitoring Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete migration from React Native 0.74.5 to native Kotlin Android with Jetpack Compose. Removes all RN dependencies and replaces with modern Android architecture components.
Changes
Removed (RN-era)
src/,ios/,__tests__/,tests/,e2e/)Added (Native Kotlin)
cardscanner://inject?imageUri=...)Tests
Architecture
Documentation Updates
AGENTS.mdwith Kotlin/Compose documentationpackage.jsonfor Android-only project (v2.0.0)Testing
How to verify
Test Results
AI Disclosure
Repository Hygiene