https://github.com/nameisjayant/onescreenreactnative
Aim of this repository is to design single screen page UIS with React Native.
https://github.com/nameisjayant/onescreenreactnative
reactnative reactnative-ui reactnativeandroid reactnativeapp reactnativeios typescript typescript-react-native
Last synced: 3 months ago
JSON representation
Aim of this repository is to design single screen page UIS with React Native.
- Host: GitHub
- URL: https://github.com/nameisjayant/onescreenreactnative
- Owner: nameisjayant
- Created: 2025-02-23T03:44:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T17:51:33.000Z (3 months ago)
- Last Synced: 2025-03-02T18:36:01.204Z (3 months ago)
- Topics: reactnative, reactnative-ui, reactnativeandroid, reactnativeapp, reactnativeios, typescript, typescript-react-native
- Language: TypeScript
- Homepage:
- Size: 22.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Native Single Screen Page UIS
Aim of this repository is to design single screen page UIS with React Native.
## Purpose
- Purpose of making this repository is to learn how to make or write ui screen codes in
React Native.
- It also focus on the clean and reusable codes.## Packages
- `components`: Includes all the common components here , which can used in any screen for eg -
Text , Hstack , Vstack etc....
- `screen`: For including any UI.## How to Contribute
- If you have any single page complex screen UI , you are most welcome.
- **Note** :- Before start contributing , please check the remaining screens for code quality
and `components` package for the common components.## 🖥️ Screenshots
### Chat UI
Android
iOS
![]()
![]()
### Instagram Home UI
Android
iOS
![]()
![]()
### Scoreboard UI
Android
iOS
![]()
![]()
## Find this project useful ? ❤️
- Support it by clicking the ⭐️ button on the upper right of this page. ✌️
# License
```markdown
Copyright 2025 Jayant KumarLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```