Skip to content

Commit

Permalink
AWS Core is causing iOS to fail building.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZepAviator committed Jan 12, 2017
1 parent 1567be0 commit 9177665
Show file tree
Hide file tree
Showing 78 changed files with 3,240 additions and 95 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ android {
}

dependencies {
compile project(':react-native-vector-icons')
compile project(':realm')
compile project(':aws-sdk-react-native-lambda')
compile project(':aws-sdk-react-native-core')
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/java/com/carfit/MainActivity.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.carfit;

import com.facebook.react.ReactActivity;
import com.oblador.vectoricons.VectorIconsPackage;

public class MainActivity extends ReactActivity {

Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<resources>

<string name="app_name">CARFIT</string>
</resources>
4 changes: 2 additions & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
rootProject.name = 'CARFIT'
include ':realm'
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
include ':aws-sdk-react-native-lambda'
project(':aws-sdk-react-native-lambda').projectDir = new File(rootProject.projectDir, '../node_modules/aws-sdk-react-native-lambda/android')
include ':aws-sdk-react-native-core'
project(':aws-sdk-react-native-core').projectDir = new File(rootProject.projectDir, '../node_modules/aws-sdk-react-native-core/android')

include ':app'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
6 changes: 6 additions & 0 deletions env.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Secrets for the applications. Do NOT commit any secrets to version control.
// 1. cp env.example.js env.js
// 2. Fill in the blanks

module.exports = {
};
Binary file modified external/aws-sdk-react-native-core-0.0.2.tgz
Binary file not shown.
Binary file added fonts/poppins_bold.ttf
Binary file not shown.
Binary file added fonts/poppins_light.ttf
Binary file not shown.
Binary file added fonts/poppins_medium.ttf
Binary file not shown.
Binary file added fonts/poppins_regular.ttf
Binary file not shown.
Binary file added fonts/poppins_semibold.ttf
Binary file not shown.
Binary file added images/askmiles-logo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/car.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/carfit-logo-black-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions images/chatbubble-centered.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions images/city-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9177665

Please sign in to comment.