adding changes for having config in status & info section#845
Open
protikbiswas100 wants to merge 2 commits intomicrosoft:mainfrom
Open
adding changes for having config in status & info section#845protikbiswas100 wants to merge 2 commits intomicrosoft:mainfrom
protikbiswas100 wants to merge 2 commits intomicrosoft:mainfrom
Conversation
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Nitin-100
reviewed
Feb 10, 2026
| SERVICE_PORT: '8080', | ||
| SERVICE_API_KEY: '74970b3d-0bfb-4611-ba1d-dff7209ecc39', | ||
| }; | ||
|
|
Contributor
There was a problem hiding this comment.
react-native-config isn't in package.json Hardcoding values defeats the purpose of this example , it no longer demonstrates the library.
| // component: ConfigExamplePage, | ||
| // textIcon: '\uE753', | ||
| // type: 'Status and Info', | ||
| // }, |
Contributor
There was a problem hiding this comment.
This should stay commented out until react-native-config is actually added as a dependency in the NewArch project.
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.
Description
In the Navigation Menu, currently Status & Info section has nothing, this change added React-Native-Config as an item in Status & info section.
Why
Status & Info section should have something
Resolves [Add Relevant Issue Here]
What
added ConfigExample.tsx
Screenshots
config.mp4
Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/react-native-gallery/pull/845