maheshmuttinti / rn-template-latest-jan-2023

Latest React Native Template in Jan 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📱React Native Jan 2023 Latest Typescript Template

This template creates an empty react-native project with every package needed to build a basic scalable mobile app. From bottom-navigation to lottie integration and TailWindCSS support.

**Make sure to replace {YOUR_APP_NAME} with the name you want to give your project

📦Installed packages

🏃‍♀️Running Your New App

📱iOS

Take the following steps to run the application locally for iOS

  1. run yarn install
  2. navigate to the iOS folder using a terminal cd ios && pod install
  3. run yarn ios at root

📱Android

Take the following steps to run the application locally for iOS

  1. run yarn install
  2. run yarn android

Notes

If you run into any issues, please make sure your development environment is set-up with a fresh react native app.

If your android app runs, but it can't connect to the react native server

  1. Open a new terminal and navigate to the project
  2. Run adb reverse tcp:8081 tcp:8081
  3. Run yarn start
  4. Run yarn android

🙏 Support

We all need support and motivation. Please give this project a ⭐️ to encourage and show that you liked it. Don't forget to leave a star ⭐️ before you move away.

If you have any questions, please message us on twitter

If you need developers to build your mobile app, visit our website

About

Latest React Native Template in Jan 2023


Languages

Language:Java 41.2%Language:C++ 19.1%Language:Objective-C++ 11.6%Language:JavaScript 8.3%Language:Objective-C 6.3%Language:TypeScript 5.5%Language:Ruby 4.3%Language:Starlark 1.6%Language:Shell 1.5%Language:CMake 0.8%