2ming / react-native-template

A react native template to help bootstrap new mobile apps

Home Page:https://digitalartdealers.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMG_9725

React-native template 2022 ๐Ÿ“ฑ ๐Ÿ“ฑ ๐Ÿ“ฑ

This is a template that you can use to start a react-native project in 2022 with bottom navigation, lottie animations, and few other tools of the trade

โญโญ๏ธโญ๏ธโญ๏ธโญ๏ธ help the project by giving a star

If you have any questions, please message us on twitter

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

Base dependencies

Using Template ๐Ÿ’ป ๐Ÿ’ป ๐Ÿ’ป ๐Ÿ’ป ๐Ÿ’ป

Run this command to create a new react-native project using the template npx react-native init {YOUR_APP_NAME} --template https://github.com/daboigbae/react-native-template

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

Running Project๐Ÿƒโ€โ™€๏ธ ๐Ÿƒโ€โ™€๏ธ ๐Ÿƒโ€โ™€๏ธ ๐Ÿƒโ€โ™€๏ธ ๐Ÿƒโ€โ™€๏ธ

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

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

Screenshots

landing-screen home-screen

How can I support the developers?

  • Star our GitHub repo โญ
  • Create pull requests, submit bugs, suggest new features or documentation updates ๐Ÿ”ง

About

A react native template to help bootstrap new mobile apps

https://digitalartdealers.net/


Languages

Language:Java 39.0%Language:C++ 17.3%Language:JavaScript 17.0%Language:Objective-C++ 11.0%Language:Objective-C 5.9%Language:Makefile 3.7%Language:Ruby 3.3%Language:Starlark 1.5%Language:Shell 1.2%