Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Navigation | 22,457 | 16,081 | 836 | 9 hours ago | 270 | February 21, 2021 | 645 | TypeScript | ||
Routing and navigation for your React Native apps | ||||||||||
React Native Router Flux | 9,013 | 3,478 | 88 | 6 months ago | 273 | March 26, 2021 | 336 | mit | JavaScript | |
The first declarative React Native router | ||||||||||
Reading | 3,418 | 2 years ago | 6 | apache-2.0 | JavaScript | |||||
iReading App Write In React-Native | ||||||||||
React Native Screens | 2,606 | 7,739 | 625 | a month ago | 121 | August 25, 2022 | 99 | mit | TypeScript | |
Native navigation primitives for your React Native app. | ||||||||||
React Native Animated Tabbar | 1,208 | a year ago | 21 | June 29, 2021 | 34 | mit | TypeScript | |||
A 60FPS animated tab bar with a variety of cool animation presets 😎 | ||||||||||
React Navigation Shared Element | 1,181 | 3 | 2 | 2 months ago | 17 | September 01, 2021 | 85 | mit | TypeScript | |
React Navigation bindings for react-native-shared-element 💫 | ||||||||||
Router | 1,128 | a day ago | 64 | TypeScript | ||||||
The File-based router for universal React Native apps | ||||||||||
React Navigation Collapsible | 1,103 | 6 | 1 | 2 years ago | 71 | November 07, 2021 | 13 | mit | TypeScript | |
An extension of react-navigation that makes your header collapsible. | ||||||||||
Expo Crossy Road | 817 | a year ago | 3 | mit | JavaScript | |||||
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔 | ||||||||||
React Native Examples | 783 | 2 days ago | 9 | July 23, 2021 | mit | JavaScript | ||||
📱 A repo that contains React Native examples most related to articles & tutorials I publish |
Free UI templates created in react-native.
Project | |
---|---|
> Expo Snack (Not handled for web yet). | |
Shows the list of hotels nearby with their ratings and other details, filter UI and custom calendar view etc. 1. Hotel Booking> Browse > Demo: twitter | youtube |
![]() |
A minimal UI showing list of courses related to UI design. 2. Design Course> Browse > Demo: twitter | youtube |
![]() |
An onboarding UI flow with smooth animations, for a Mental Wellness App. 3. Animated Onboarding> Browse > Demo: twitter | youtube |
![]() |
This project is built on react-native CLI, so make sure you've set up development environment.
# clone the project and cd into it
git clone https://github.com/Aashu-Dubey/React-Native-UI-Templates.git
cd ./React-Native-UI-Templates
# install dependencies
yarn install
# iOS only
npx pod-install ios
# or
cd ios && pod install && cd ..
# Run iOS
npx react-native run-ios
# Run Android
npx react-native run-android
This was initially started as my learning project and is inspired from the Flutter project Best-Flutter-UI-Templates.