Skip to content

Commit

Permalink
Added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineAfia committed Apr 30, 2018
1 parent 8907984 commit 055aded
Show file tree
Hide file tree
Showing 20 changed files with 7,088 additions and 5,565 deletions.
Binary file modified .DS_Store
Binary file not shown.
64 changes: 64 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# mac
.DS_Store

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
6 changes: 6 additions & 0 deletions ReactApp/containers/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import * as SideMenuActions from '../actions/sidemenu';
import AppStyles from '../styles';
import AppConfig from '../config';
import AppUtil from '../util';
// import * as TestFairy from 'react-native-testfairy'

// Google Analytics
import GoogleAnalytics from 'react-native-google-analytics-bridge';
Expand All @@ -46,6 +47,11 @@ class AppContainer extends Component {
/**
* On first load
*/

// componentWillMount = () => {
// TestFairy.begin('f0be512666d29204f133da41edfa143b25eb4bff');
// }

componentDidMount = () => {
// Status Bar
StatusBar.setHidden(false, 'slide'); // Slide in on load
Expand Down
Binary file modified android/.gradle/2.14.1/taskArtifacts/cache.properties.lock
Binary file not shown.
5 changes: 4 additions & 1 deletion android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5,841 changes: 373 additions & 5,468 deletions android/.idea/workspace.xml

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions android/app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="SELECTED_TEST_ARTIFACT" value="_android_test_" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<afterSyncTasks>
Expand Down Expand Up @@ -47,39 +46,34 @@
<sourceFolder url="file://$MODULE_DIR$/src/debug/assets" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/aidl" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/jni" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/rs" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/shaders" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/shaders" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/res" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/assets" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/aidl" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/jni" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/rs" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/shaders" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
Expand Down
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ android {
}

dependencies {
compile project(':react-native-testfairy')
compile project(':react-native-maps')
compile project(':react-native-vector-icons')
compile project(':react-native-google-analytics-bridge')
Expand Down
7 changes: 7 additions & 0 deletions android/app/src/main/java/com/starterkit/MainApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import android.util.Log;

import com.facebook.react.ReactApplication;
import com.testfairy.react.TestFairyPackage;
import com.airbnb.android.react.maps.MapsPackage;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
Expand All @@ -22,10 +23,16 @@ protected boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}






@Override
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new TestFairyPackage(),
new MapsPackage(),
new GoogleAnalyticsBridgePackage()
);
Expand Down
2 changes: 2 additions & 0 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
rootProject.name = 'StarterKit'

include ':app'
include ':react-native-testfairy'
project(':react-native-testfairy').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-testfairy/android')
include ':react-native-maps'
project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/android')
include ':react-native-vector-icons'
Expand Down
37 changes: 36 additions & 1 deletion ios/StarterKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
4EF348D9198648FC81A86216 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F82F87563DEB4A2780ABFEC4 /* FontAwesome.ttf */; };
5D333A7DFC9940BE89507D30 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 8B93246A05A64A4BAA2AC126 /* Ionicons.ttf */; };
63C39D4854B74D2FB28729FC /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E09E4AB5416E4A059BC91B89 /* EvilIcons.ttf */; };
666E65A92097C23C00D23AB0 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 666E65A52097C23B00D23AB0 /* CoreMedia.framework */; };
666E65AA2097C23C00D23AB0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 666E65A62097C23B00D23AB0 /* CoreMotion.framework */; };
666E65AB2097C23C00D23AB0 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 666E65A72097C23C00D23AB0 /* OpenGLES.framework */; };
666E65AC2097C23C00D23AB0 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 666E65A82097C23C00D23AB0 /* AVFoundation.framework */; };
668AB657F2ED487DA4F67371 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = DECE1F8C9D3840F0B2F9568A /* Octicons.ttf */; };
668DC7471DE724D50041DB94 /* libAirMaps.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 668DC7461DE7239B0041DB94 /* libAirMaps.a */; };
669609F71DEB5C4200D191E5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 669609F61DEB5C4200D191E5 /* LaunchScreen.storyboard */; };
Expand Down Expand Up @@ -173,6 +177,10 @@
1A2116E110C74E908D87DAD0 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; };
3F6ED78AC28D44CBB73471FD /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = "<group>"; };
5129A5303BBC4B4AB5D552A3 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; };
666E65A52097C23B00D23AB0 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
666E65A62097C23B00D23AB0 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
666E65A72097C23C00D23AB0 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
666E65A82097C23C00D23AB0 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
668DC7411DE7239B0041DB94 /* AirMaps.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AirMaps.xcodeproj; path = "../node_modules/react-native-maps/ios/AirMaps.xcodeproj"; sourceTree = "<group>"; };
669609F61DEB5C4200D191E5 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = "../../react-native-maps/example/ios/Pods/GoogleMaps/Example/GoogleMapsDemos/Resources/LaunchScreen.storyboard"; sourceTree = "<group>"; };
6C45A879A6FF4809B7D8BE7C /* RNSearchBar.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSearchBar.xcodeproj; path = "../node_modules/react-native-search-bar/RNSearchBar.xcodeproj"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -207,9 +215,13 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
666E65A92097C23C00D23AB0 /* CoreMedia.framework in Frameworks */,
666E65AA2097C23C00D23AB0 /* CoreMotion.framework in Frameworks */,
666E65AB2097C23C00D23AB0 /* OpenGLES.framework in Frameworks */,
666E65AC2097C23C00D23AB0 /* AVFoundation.framework in Frameworks */,
C9ABA1871D8CBC2D0035FA21 /* SystemConfiguration.framework in Frameworks */,
C9ABA18B1D8CBC3D0035FA21 /* libsqlite3.0.tbd in Frameworks */,
C9ABA1891D8CBC360035FA21 /* libz.tbd in Frameworks */,
C9ABA1871D8CBC2D0035FA21 /* SystemConfiguration.framework in Frameworks */,
C9ABA1851D8CBC230035FA21 /* CoreData.framework in Frameworks */,
146834051AC3E58100842450 /* libReact.a in Frameworks */,
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
Expand Down Expand Up @@ -327,6 +339,27 @@
name = Products;
sourceTree = "<group>";
};
666E655B2097B04A00D23AB0 /* Recovered References */ = {
isa = PBXGroup;
children = (
E1BCC0BF7E924F2C9D97D62A /* libRNVectorIcons.a */,
97D194BFF1C04E70B7A190BA /* libAirMaps.a */,
6FDFF9C019C049DAA4DD83B0 /* libRNSearchBar.a */,
);
name = "Recovered References";
sourceTree = "<group>";
};
666E65A42097C23B00D23AB0 /* Frameworks */ = {
isa = PBXGroup;
children = (
666E65A82097C23C00D23AB0 /* AVFoundation.framework */,
666E65A52097C23B00D23AB0 /* CoreMedia.framework */,
666E65A62097C23B00D23AB0 /* CoreMotion.framework */,
666E65A72097C23C00D23AB0 /* OpenGLES.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
668DC7421DE7239B0041DB94 /* Products */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -392,6 +425,8 @@
00E356EF1AD99517003FC87E /* StarterKitTests */,
83CBBA001A601CBA00E9B192 /* Products */,
D9BA29D4DE5D457C85388605 /* Resources */,
666E655B2097B04A00D23AB0 /* Recovered References */,
666E65A42097C23B00D23AB0 /* Frameworks */,
);
indentWidth = 2;
sourceTree = "<group>";
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down
Loading

0 comments on commit 055aded

Please sign in to comment.