mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #185] Atlantis for React Native #184
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ProxymanApp/atlantis/pull/185
Author: @NghiaTranUIT
Created: 2/6/2026
Status: 🔄 Open
Base:
main← Head:feat/react-native📝 Commits (6)
f8b2e90Update doc5e259fcIntroduct atlantis-react-nativef580bdcInit5e3a470Try fixing31da4c5Update index.test.ts375cf70Remove example app📊 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.