- 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)
- Context for state management
# 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
npx react-native run-android
npx react-native run-ios
# iOS
In AppDelegate.m : [GMSServices provideAPIKey:@"<ADD YOUR GOOGLE MAP KEY>"]
# Android
In AndroidManifest.xml : android:value="<ADD YOUR GOOGLE MAP KEY>"/>