Skip to content

Fix file mode and whitespace errors #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules/
.vscode/
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Please add the log output here.

## Steps to reproduce

1.
1.
Empty file modified template/_gitignore
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion template/_watchmanconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
Empty file modified template/android/app/_BUCK
100755 → 100644
Empty file.
Empty file modified template/android/app/build.gradle
100755 → 100644
Empty file.
Empty file modified template/android/app/src/main/AndroidManifest.xml
100755 → 100644
Empty file.
Empty file modified template/android/app/src/main/res/values/strings.xml
100755 → 100644
Empty file.
Empty file modified template/android/settings.gradle
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion template/app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "HelloWorld",
"displayName": "HelloWorld"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"version" : 1,
"author" : "xcode"
}
}
}
2 changes: 1 addition & 1 deletion template/ios/HelloWorldTests/HelloWorldTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ - (void)testRendersWelcomeScreen
return NO;
}];
}

#ifdef DEBUG
RCTSetLogFunction(RCTDefaultLogFunction);
#endif
Expand Down
2 changes: 1 addition & 1 deletion template/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

{
"compilerOptions": {
/* Basic Options */
Expand Down