vue-native-core
vue-native-core copied to clipboard
Vue Native is a framework to build cross platform native mobile apps using JavaScript
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
This doesn't work as expected for me: ``` Hide this ``` i.e. The "Hide this" text still shows up. Also, the code example for v-show in the Vue Native documentation...
Why was Vue Native deprecated?
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I know I can use any other UI library, but i am building heavily using nativebase implementing it the vue native way. With the release of nativebase 3, it does...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
React native has shouldUpdateComponent() and pureComponent to render a component once while vue has v-once....i tried v-once on vue native component but not sure it is working... Is v-once supported?...
**Description of the bug** The [app.json/app.config.js](https://docs.expo.dev/versions/latest/config/app/) 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...
Is it possible to have option of choosing project template as we seen in likes of Ionic or React native, adding router & navigation, especially tabbed navigation is very tasking....