Skip to content

Commit

Permalink
add baseUrl for deploying to GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Oct 4, 2024
1 parent f6bafe8 commit a472143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"plugins": ["expo-router", "expo-font"],
"experiments": {
"typedRoutes": true
"typedRoutes": true,
"baseUrl": "/react-native-reanimated-carousel"
}
}
}

0 comments on commit a472143

Please sign in to comment.