Skip to content

Commit

Permalink
name example
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Oct 2, 2023
1 parent e36149f commit 0fdc7f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/expo/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "my-app",
"slug": "my-app",
"name": "substreams-websockets",
"slug": "substreams-websockets",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand Down
7 changes: 5 additions & 2 deletions examples/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "my-app",
"name": "substreams-websockets",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand All @@ -12,7 +12,10 @@
"expo": "~49.0.13",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native": "0.72.5"
"react-native": "0.72.5",
"react-native-web": "~0.19.6",
"react-dom": "18.2.0",
"@expo/webpack-config": "^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down

0 comments on commit 0fdc7f7

Please sign in to comment.