[PR #185] Atlantis for React Native #184

Open
opened 2026-03-03 19:12:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/185
Author: @NghiaTranUIT
Created: 2/6/2026
Status: 🔄 Open

Base: mainHead: feat/react-native


📝 Commits (6)

📊 Changes

36 files changed (+11146 additions, -10 deletions)

View changed files

📝 .github/workflows/main.yml (+30 -1)
📝 Sources/Atlantis.swift (+1 -1)
📝 Sources/NetworkInjector+URLSession.swift (+1 -1)
📝 atlantis-android/PUBLISHING.md (+3 -3)
📝 atlantis-android/README.md (+1 -1)
📝 atlantis-android/atlantis/src/main/kotlin/com/proxyman/atlantis/Atlantis.kt (+3 -3)
atlantis-react-native/.gitignore (+7 -0)
atlantis-react-native/README.md (+125 -0)
atlantis-react-native/android/build.gradle.kts (+40 -0)
atlantis-react-native/android/src/main/AndroidManifest.xml (+3 -0)
atlantis-react-native/android/src/main/kotlin/com/proxyman/atlantis/reactnative/AtlantisOkHttpInterceptorFactory.kt (+32 -0)
atlantis-react-native/android/src/main/kotlin/com/proxyman/atlantis/reactnative/AtlantisReactNativeModule.kt (+63 -0)
atlantis-react-native/android/src/main/kotlin/com/proxyman/atlantis/reactnative/AtlantisReactNativePackage.kt (+40 -0)
atlantis-react-native/babel.config.js (+3 -0)
atlantis-react-native/coverage/clover.xml (+15 -0)
atlantis-react-native/coverage/coverage-final.json (+2 -0)
atlantis-react-native/coverage/lcov-report/base.css (+224 -0)
atlantis-react-native/coverage/lcov-report/block-navigation.js (+87 -0)
atlantis-react-native/coverage/lcov-report/favicon.png (+0 -0)
atlantis-react-native/coverage/lcov-report/index.html (+116 -0)

...and 16 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ProxymanApp/atlantis/pull/185 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 2/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/react-native` --- ### 📝 Commits (6) - [`f8b2e90`](https://github.com/ProxymanApp/atlantis/commit/f8b2e90a3304074d0698c3996c179d2e0806d89b) Update doc - [`5e259fc`](https://github.com/ProxymanApp/atlantis/commit/5e259fc736812ef82eb7a112f6b118a04179636b) Introduct atlantis-react-native - [`f580bdc`](https://github.com/ProxymanApp/atlantis/commit/f580bdc2285e10fd76462baf33b7006cf9578d32) Init - [`5e3a470`](https://github.com/ProxymanApp/atlantis/commit/5e3a470a6a8a4968916b48622743aa1dbbb76a8d) Try fixing - [`31da4c5`](https://github.com/ProxymanApp/atlantis/commit/31da4c5f121aa532488e096d0abce048917a098c) Update index.test.ts - [`375cf70`](https://github.com/ProxymanApp/atlantis/commit/375cf707035f5440d00cb4172cd5cc41b6ac88da) Remove example app ### 📊 Changes **36 files changed** (+11146 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+30 -1) 📝 `Sources/Atlantis.swift` (+1 -1) 📝 `Sources/NetworkInjector+URLSession.swift` (+1 -1) 📝 `atlantis-android/PUBLISHING.md` (+3 -3) 📝 `atlantis-android/README.md` (+1 -1) 📝 `atlantis-android/atlantis/src/main/kotlin/com/proxyman/atlantis/Atlantis.kt` (+3 -3) ➕ `atlantis-react-native/.gitignore` (+7 -0) ➕ `atlantis-react-native/README.md` (+125 -0) ➕ `atlantis-react-native/android/build.gradle.kts` (+40 -0) ➕ `atlantis-react-native/android/src/main/AndroidManifest.xml` (+3 -0) ➕ `atlantis-react-native/android/src/main/kotlin/com/proxyman/atlantis/reactnative/AtlantisOkHttpInterceptorFactory.kt` (+32 -0) ➕ `atlantis-react-native/android/src/main/kotlin/com/proxyman/atlantis/reactnative/AtlantisReactNativeModule.kt` (+63 -0) ➕ `atlantis-react-native/android/src/main/kotlin/com/proxyman/atlantis/reactnative/AtlantisReactNativePackage.kt` (+40 -0) ➕ `atlantis-react-native/babel.config.js` (+3 -0) ➕ `atlantis-react-native/coverage/clover.xml` (+15 -0) ➕ `atlantis-react-native/coverage/coverage-final.json` (+2 -0) ➕ `atlantis-react-native/coverage/lcov-report/base.css` (+224 -0) ➕ `atlantis-react-native/coverage/lcov-report/block-navigation.js` (+87 -0) ➕ `atlantis-react-native/coverage/lcov-report/favicon.png` (+0 -0) ➕ `atlantis-react-native/coverage/lcov-report/index.html` (+116 -0) _...and 16 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#184
No description provided.