-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add comprehensive architecture documentation #8229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
060573c
3e7dbaa
e309bf3
6b5e11a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,164 @@ | ||||||
| # React Native Navigation Architecture | ||||||
|
|
||||||
| React Native Navigation (RNN) is a native navigation library for React Native that provides 100% native platform navigation on both iOS and Android through a unified JavaScript API. | ||||||
|
|
||||||
| ## Project Overview | ||||||
|
|
||||||
| - **Package**: `react-native-navigation` (v8.7.0) | ||||||
| - **Platforms**: iOS 11+, Android 7.0+ (API 24) | ||||||
| - **React Native**: 0.77+ (developed against 0.83; see package.json for current version) | ||||||
|
||||||
| - **React Native**: 0.77+ (developed against 0.83; see package.json for current version) | |
| - **React Native**: See `package.json` peerDependencies for supported versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a discrepancy between the Android API level requirement stated in this file and the README.md. This file states "Android 7.0+ (API 24)" while README.md line 33 states "Android 5.0 (API 21)". Please verify the correct minimum API level and ensure consistency across documentation files.