packagerOpts no longer used in expo app.json
Description of the bug
The app.json/app.config.js no longer describes the use of packagerOpts which is noted here https://github.com/GeekyAnts/vue-native-core/blame/master/converting-react-native-project.md#L63.
Is the process to support migrating an existing react-native app to use vue-native supposed to work with thee current versions of Expo?
To Reproduce
n/a
What I expected
I would be able to find the instructions to migrate an expo app to use vue-native. However, the instructions
link to https://vue-native.io/docs/installation.html#modifying-app-json which does not exist.
Instead I have to look for the source to see where it is documented and found it here https://github.com/GeekyAnts/vue-native-core/blame/master/converting-react-native-project.md
Screenshots
n/a
Did I use vue-native-cli to create the project?
no
Am I using Expo? yes
Development platform (please complete the following information):
- OS: Windows and macOS
- Shell/terminal: Git Bash
The device on which I run my Vue Native app
- Device:Android, iOS
- OS: iOS 14 Android Q
Additional context
I have an existing Expo app written in React Native. I am exploring the notion of migrating to vue-native and have a common toolset for both web and mobile devices.
Source: GeekyAnts/vue-native-core