Name | Description |
---|---|
React Native | Build Native Mobile Apps using JavaScript and React. |
React Native Navigation | App-wide support for 100% native navigation with an easy cross-platform interface. |
Redux | Predictable state container for JavaScript apps. |
Redux Thunk | Thunk middleware for Redux |
ESLint | The pluggable linting utility for JavaScript and JSX |
react-native run-android
Clone this repo
$ git clone https://github.com/loganfreeman/react-native-traffic-alert
$ cd react-native-traffic-alert
$ yarn install or npm install
Create .env
file in your root directory and add the following
GOOGLE_API_KEY=
$ react-native run-android
$ react-native run-ios
- android/app/build.gradle
- android/app/src/main/AndroidManifest.xml
applicationId
inbuild.gradle
has to match package name inAndroidManifest.xml
If your project is a standard React Native project created using react-native init
(it should have an ios/android directory), then follow these installation instructions:
If you already have this installed, or are using create-react-native-app, this isn't necessary.
npm i react-native-vector-icons --save && react-native link react-native-vector-icons
If you have any issues with icons not working or installation of React Native Vector Icons, check out their installation guide here
yarn add react-native-elements
or
npm i react-native-elements --save