Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit 34e4922

Browse files
committed
rename example app
1 parent a86cc3f commit 34e4922

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+12
-12
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SketchExample/
1+
CanvasExample/
22
docs/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

SketchExample/android/app/src/main/java/com/sketchexample/MainActivity.java renamed to CanvasExample/android/app/src/main/java/com/sketchexample/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class MainActivity extends ReactActivity {
1313
*/
1414
@Override
1515
protected String getMainComponentName() {
16-
return "SketchExample";
16+
return "CanvasExample";
1717
}
1818

1919
@Override
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<resources>
2+
<string name="app_name">CanvasExample</string>
3+
</resources>
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
rootProject.name = 'SketchExample'
1+
rootProject.name = 'CanvasExample'
22
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
33
include ':app'

CanvasExample/app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "CanvasExample",
3+
"displayName": "CanvasExample"
4+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

SketchExample/package.json renamed to CanvasExample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "SketchExample",
2+
"name": "CanvasExample",
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
@@ -40,4 +40,4 @@
4040
"jest": {
4141
"preset": "react-native"
4242
}
43-
}
43+
}
File renamed without changes.
File renamed without changes.

SketchExample/android/app/src/main/res/values/strings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

SketchExample/app.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)