Skip to content

Commit

Permalink
Merge branch 'new-architecture' of github.com:web-ridge/react-native-…
Browse files Browse the repository at this point in the history
…ridge-navigation
  • Loading branch information
RichardLindhout committed Jan 2, 2025
2 parents cc65c7a + 44c2f1d commit f96beac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/android
/ios
/dist
/node_modules
.expo
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"clean": "del-cli lib",
"prepare": "bob build",
"release": "release-it --ci --github.autoGenerate",
"build-example": "cd example && npx expo export:web"
"build-example": "cd example && npx expo export"
},
"keywords": [
"react-native",
Expand Down Expand Up @@ -215,4 +215,4 @@
"type": "library",
"version": "0.45.5"
}
}
}

0 comments on commit f96beac

Please sign in to comment.