Skip to content

Commit

Permalink
Change app name from ‘app’ to ‘Memex’
Browse files Browse the repository at this point in the history
- somewhat painful
- now works on android
- currently cannot test on iOS
  • Loading branch information
poltak committed Sep 27, 2019
1 parent 3e74784 commit aa7f45e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public class MainActivity extends ReactActivity {
*/
@Override
protected String getMainComponentName() {
return "app";
return "Memex";
}
}
2 changes: 1 addition & 1 deletion app/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">app</string>
<string name="app_name">Memex</string>
<string name="title_activity_share">MemexShare</string>
</resources>
4 changes: 2 additions & 2 deletions app/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"displayName": "app",
"name": "Memex",
"displayName": "Memex",
"version": "0.1",
"storageKeys": {
"showOnboarding": "@MemexApp_show-onboarding",
Expand Down

0 comments on commit aa7f45e

Please sign in to comment.