Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuLpz4 committed Sep 27, 2024
1 parent bdf1ea7 commit fdbe60a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions example/app.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"expo": {
"name": "react-native-example",
"slug": "react-native-example",
"name": "Plaude Example",
"slug": "plaude-react-native-example",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"scheme": "plaude",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
Expand All @@ -31,6 +31,6 @@
"plugins": ["expo-router"],
"experiments": {
"typedRoutes": true
},
}
}
}
10 changes: 5 additions & 5 deletions example/package-lock.json

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

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@plaude/react-native": "^1.0.4",
"@plaude/react-native": "^1.0.5",
"@react-navigation/native": "^6.0.2",
"expo": "~51.0.28",
"expo-constants": "~16.0.2",
Expand Down

0 comments on commit fdbe60a

Please sign in to comment.