Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baky30 committed Jan 27, 2025
1 parent d85a8f2 commit 5005951
Showing 1 changed file with 63 additions and 58 deletions.
121 changes: 63 additions & 58 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,83 +1,88 @@
# React Native Starter 🚀
# 🚀 React Native Starter - A Free Mobile App Template!

*You're viewing the new and updated version of React Native Starter, previous version can be found under the [v1 branch](https://github.com/flatlogic/react-native-starter/tree/v1)*
[View Docs](https://flatlogic.com/templates/react-native-starter/demo) | [Download](https://github.com/flatlogic/react-native-starter/archive/refs/heads/master.zip) | [More Templates](https://flatlogic.com/templates) | [Discord Community](https://discord.gg/flatlogic-community) | [Support Forum](https://flatlogic.com/forum)

A powerful react native starter template that bootstraps development of your mobile application. React Native Starter is a mobile application template with lots of built-in components like sidebar, navigation, form elements, etc - all you need to start building your mobile app faster. Check out live demo on [App Store](https://play.google.com/store/apps/details?id=com.reactnativestarter.lite), [Google Play](https://play.google.com/store/apps/details?id=com.reactnativestarter.lite).
**Originally a premium product priced at $59+, now available for free!** 🎉

![React Native Starter](https://i.imgur.com/vcz4bU6.png)

<a href='https://play.google.com/store/apps/details?id=com.reactnativestarter.upd'><img width="200" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>
<a href='https://play.google.com/store/apps/details?id=com.reactnativestarter.upd'><img width="200" alt='Download on App Store' src='https://i.imgur.com/7IxtMV0.png'/></a>
Looking for a perfect codebase generator for your Startup? Try [Flatlogic AI Web App Generator](https://flatlogic.com/generator) - our new tool, sort of a template++.

## What's inside

- Always up-to-date React Native scaffolding
- UI/UX Design from industry experts
- Modular and well-documented structure for application code
- Redux for state management
- React Navigation for simple navigation
- Disk-persisted application state caching
- More than 16 Ready-to-use Pages
---
![React Native Starter](https://i.imgur.com/vcz4bU6.png)

## Getting Started
## 🎯 Why React Native Starter?
- **Ex-Premium**: This template was previously paid. Enjoy it for free now. 😉
- **Tons of components**: Packed with ready-to-use elements for rapid development.
- **Join the Community**: [Flatlogic Discord](https://discord.gg/flatlogic-community) is where the action happens.
- **Free Node.js Backend**: Pair it up with [this backend](https://github.com/flatlogic/nodejs-backend) to go full-stack.

#### 1. Clone and Install
---

```bash
# Clone the repo
git clone https://github.com/flatlogic/react-native-starter.git
## 🚀 Quick Start

# Install dependencies
yarn install
1. **Clone the repo**
```bash
git clone https://github.com/flatlogic/react-native-starter.git
cd react-native-starter
```
2. **Install dependencies**
```bash
yarn install
```
3. **Run the app**
```bash
yarn run:ios # for iOS
yarn run:android # for Android
```

# Install native ios modules
cd ios && pod install
```
---

#### 2. Open RNS in your iOS simulator
## 🧩 Features

Run this command to start the development server and to start your app on iOS simulator:
```
yarn run:ios
```
- Fully Responsive
- Built with React Native
- Ready-to-use Components
- 6 Color Themes
- Modular Architecture
- Authentication System
- Calendar Application
- Profile Page
- Analytics Integration (GA, Firebase, etc.)
- Signin/Signup Screens

Or, if you prefer Android:
```
yarn run:android
```
---

That's it! Cool, right?
## 🛠 Built With
- React Native
- Redux
- React Navigation

## Documentation
---

Our handy documentation can be found on official RNS website: https://docs.reactnativestarter.com
## 📦 Components
- UI Elements (Buttons, Modals, Forms)
- Authentication (Login, Signup)
- Charts
- Analytics Integration
- User Profile
- Navigation

## Contributing
---

If you find any problems, please [open an issue](https://github.com/flatlogic/react-native-starter/issues/new) or submit a fix as a pull request.
## 👨‍💻 How to Contribute
- **Star this repo ⭐** - show some love.
- **Report bugs** - but be nice.
- **Join the [Discord](https://discord.gg/flatlogic-community)** - meet fellow devs.

## Want more?
---

We have a premium version of this mobile application template that saves you even more time and money and comes with advanced features:
- Premium RED color scheme
- More than 5 additional screens (such as chat, profile, product item, etc.)
- Contains an extended charting library to visualize all the data you need
- Premium support and updates included
- Much, much more..
## 🔥 About Flatlogic
[Flatlogic](https://flatlogic.com/ai-software-development-agent) builds modern business software so you don't have to. Our AI Software Development Agent helps you generate, deploy, and maintain enterprise applications with minimal effort.

Read more and purchase it at https://flatlogic.com/templates/react-native-starter
---

## How can I support developers?
- Star our GitHub repo :star:
- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20Mobile%20Application%20Template%20built%20with%20React%20Native!&url=https://github.com/flatlogic/react-native-starter&via=flatlogic).
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:
- Follow [@flatlogic on Twitter](https://twitter.com/flatlogic).
- Subscribe to React Native Starter newsletter at [reactnativestarter.com](https://reactnativestarter.com/)
- Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup:
> **Questions or feedback?**
> Join our [Flatlogic Community Discord](https://discord.gg/flatlogic-community) or visit our [support forum](https://flatlogic.com/forum). We might even reply!
## More from Flatlogic
- [✔️Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - Pure css way to make inputs look prettier
- [💥Sing App Dashboard](https://github.com/flatlogic/sing-app) - Free and open-source admin dashboard template built with Bootstrap 4

## License

Expand Down

0 comments on commit 5005951

Please sign in to comment.