@antoine-lombardo/expo-http-server
v0.1.2
Published
Cross-platform HTTP server
Maintainers
Readme
Installation in managed Expo projects
Add the package to your npm dependencies
npx expo install @antoine-lombardo/expo-http-serverAdd the following properties in app.json
{
"expo": {
...
"plugins": [
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
},
"android": {
"packagingOptions": {
"exclude": ["META-INF/*"]
}
}
}
]
]
...
}
}Installation in bare React Native projects
Installation instructions for React Native projects are not available yet.
