0
WilliamT created
- ABP Framework version: v6.0.1
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace: Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
- Steps to reproduce the issue:"
- initialise a project with react-native enabled
- followed this steps to disable HTTPS for host API https://docs.abp.io/en/abp/7.2/Getting-Started-React-Native?Tiered=Yes
- in react-native folder > yarn install
- run npx expo install @expo/webpack-config
- run expo start:web
Additionally, the documentation for react-native section seems outdated or not managed to the newer version.
3 Answer(s)
-
0
Hi, do you want to run android project or web project. If you want to run android project run
expo start --android
oryarn expo android
Also, you are running v6.0.1 project so you should look v6.0 document -
0
Hi, yes i did.
However the documentation feels outdated and unmaintained. Following the tutorial did not help.
-
0
Hi, yes i did.
However the documentation feels outdated and unmaintained.
Following the tutorial did not help.We will update documentation.