Skip to content

Commit

Permalink
Add dependencies to example
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunbergOlle committed Apr 11, 2024
1 parent 2a2dca0 commit 845aaf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- run: npm ci

- name: Build package
run: npm run prepare
run: npm run build

build-web:
runs-on: ubuntu-latest
Expand Down
8 changes: 5 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sellpy/react-native-scroll-anchor-example",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"main": "./App.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand All @@ -18,9 +18,11 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "^18.0.1",
"@expo/webpack-config": "^19.0.1",
"@types/react": "^18.2.75",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^5.0.0"
"babel-plugin-module-resolver": "^5.0.0",
"typescript": "^5.4.5"
},
"private": true
}

0 comments on commit 845aaf1

Please sign in to comment.