Skip to content

A React Native boilerplate app to get you up and running very, very quickly

License

Notifications You must be signed in to change notification settings

katwal-dipak/react-native-starter-kit

Repository files navigation

React Native Starter Kit 🚀

GitHub tag GitHub license GitHub issues GitHub pull requests GitHub contributors

React Native Version 0.60.4

What's inside

  • React Navigation for simple navigation
  • React Native Maps: Google Map for both Android & iOS
  • Splash Screen
  • Vector Icons : Customizable Icons for React Native
  • React Native Elements: UI Toolkit
  • Custom Fonts
  • Adobe After Effects animations (lottie-react-native)

In Progress

  • Context for state management

Getting Started

# Clone the repo
git clone https://github.com/katwal-dipak/react-native-starter-kit.git

# Navigate to project folder and Install dependencies
npm install

# Install Pods
cd ios && pod install

Run the React Native App

npx react-native run-android
npx react-native run-ios

Add Google Map API Key

# iOS
In AppDelegate.m : [GMSServices provideAPIKey:@"<ADD YOUR GOOGLE MAP KEY>"]

# Android
In AndroidManifest.xml : android:value="<ADD YOUR GOOGLE MAP KEY>"/>

About Me

Linkedin

License

MIT License

Premium Templates

Eatsy - Order Food Online

Demo

Download Source Code